X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=eac3619b2ee3a6dbacf72c2263db6bcb77e6789c;hb=8ba389b59f6d41f88752cae896143135e575f34a;hp=bc6c58fd7b4e043cde1904851bde6592d099a1fe;hpb=e1653405d28923c78b2e292125306ccf61138f24;p=mailer.git diff --git a/inc/modules/admin/what-config_rewrite.php b/inc/modules/admin/what-config_rewrite.php index bc6c58fd7b..eac3619b2e 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -32,11 +32,11 @@ ************************************************************************/ // 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,10 +44,10 @@ 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")) + if (($sel == "Y") || ($mod == "admin")) { // Add module to queue $MODs[] = $mod; @@ -59,7 +59,7 @@ if (isset($_POST['ok'])) unset($_POST['mod']); // Save settings - ADMIN_SAVE_SETTINGS($_POST, "_config", "config='0'"); + ADMIN_SAVE_SETTINGS($_POST); } else { @@ -72,7 +72,7 @@ if (isset($_POST['ok'])) if (empty($title)) $title = "---"; // Already registered module? - if (ereg($mod, $CONFIG['rewrite_skipped_mods'])) + if (ereg($mod, $_CONFIG['rewrite_skip'])) { // Found $y = " checked";