]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_top10.php
Now debug_report_bug() will be called if ext_name or ext_ver is empty which should...
[mailer.git] / inc / modules / admin / what-config_top10.php
index b7a9ea5a017491f18fd95d1f211fdd9faa481858..25ddd963a38ffbb3bca0ac52e4ee3b91ee52a043 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -50,7 +50,7 @@ if (IS_FORM_SENT())
        // Save settings
        ADMIN_SAVE_SETTINGS_POST();
 }
- else
+else
 {
        // Prepare constants for the template
        define('__MAX_VALUE', getConfig('top10_max'));