Clean code

This commit is contained in:
ldestailleur
2025-09-14 12:01:35 +02:00
parent 933ce868df
commit a3881ef67b
2 changed files with 1 additions and 4 deletions

View File

@@ -201,9 +201,7 @@ $head = email_admin_prepare_head();
$listofmethods = array();
$listofmethods['mail'] = 'PHP mail function';
$listofmethods['smtps'] = 'SMTP/SMTPS socket library';
if (version_compare(phpversion(), '7.0', '>=')) {
$listofmethods['swiftmailer'] = 'Swift Mailer socket library';
}
$listofmethods['swiftmailer'] = 'Swift Mailer socket library';
// List of oauth services
$oauthservices = array();

View File

@@ -252,7 +252,6 @@ print "</tr>";
$functions = array();
$name = "xDebug";
print "<tr>";
print "<td>".$name."</td>";
print getResultColumn($name, $activatedExtensions, $loadedExtensions, $functions);