]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
Overall performance increased
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 9d16d7bfd62b59cbd3d336cd9df44098567702e3..eac3619b2ee3a6dbacf72c2263db6bcb77e6789c 100644 (file)
  ************************************************************************/
 
 // Some security stuff...
-if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!is_admin()))
-{
+if ((!defined('__SECURITY')) || (!is_admin())) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
 }
+
 // Add description as navigation point
 ADD_DESCR("admin", basename(__FILE__));
 
@@ -44,7 +44,7 @@ if (isset($_POST['ok']))
 {
        // Generate string
        $MODs = array();
-       foreach ($_POST['mod'] as $mod=>$sel)
+       foreach ($_POST['mod'] as $mod => $sel)
        {
                // Now you can never deselect the admin module, bah!!! ;-)
                if (($sel == "Y") || ($mod == "admin"))
@@ -75,14 +75,14 @@ if (isset($_POST['ok']))
                if (ereg($mod, $_CONFIG['rewrite_skip']))
                {
                        // Found
-                       $y = ' checked';
+                       $y = " checked";
                        $n = "";
                }
                 else
                {
                        // Not found
                        $y = "";
-                       $n = ' checked';
+                       $n = " checked";
                }
 
                // Remember data in array for the dynamic row template