Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / admin / what-config_other.php
index 2421b01083b0837e0711865df88ecf210cd20728..b6dd0123ba0633e57409051d7ef24b73cff021db 100644 (file)
@@ -97,7 +97,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_PROF_REUPDATE' , "<INPUT type=\"text\" name=\"resend_profile_update\" class=\"admin_normal\" size=\"6\"  maxlength=\"255\" value=\"".$_CONFIG['resend_profile_update'] ."\"> <FONT class=\"tiny\">(".SECS.")</FONT>");
        }
 
-       if ($_CONFIG['order_multi_page'] == 'N') {
+       if ($_CONFIG['order_multi_page'] == "N") {
                define('_CFG_ORDER_MULTI_N', ' checked');
                define('_CFG_ORDER_MULTI_Y', "");
        } else {
@@ -105,7 +105,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_ORDER_MULTI_Y', ' checked');
        }
 
-       if ($_CONFIG['autosend_active'] == 'N') {
+       if ($_CONFIG['autosend_active'] == "N") {
                define('_CFG_AUTOSEND_ACTIVE_N', ' checked');
                define('_CFG_AUTOSEND_ACTIVE_Y', "");
        } else {
@@ -113,7 +113,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_AUTOSEND_ACTIVE_Y', ' checked');
        }
 
-       if ($_CONFIG['send_prof_update'] == 'N') {
+       if ($_CONFIG['send_prof_update'] == "N") {
                define('_CFG_SEND_UPDATE_N', ' checked');
                define('_CFG_SEND_UPDATE_Y', "");
        } else {
@@ -121,7 +121,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_SEND_UPDATE_Y', ' checked');
        }
 
-       if ($_CONFIG['admin_notify'] == 'N') {
+       if ($_CONFIG['admin_notify'] == "N") {
                define('_CFG_ADMIN_NOTIFY_N', ' checked');
                define('_CFG_ADMIN_NOTIFY_Y', "");
        } else {
@@ -137,7 +137,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_CSS_PHP_FILE', ' checked');
        }
 
-       if ($_CONFIG['guest_menu'] == 'Y') {
+       if ($_CONFIG['guest_menu'] == "Y") {
                define('_CFG_GUEST_MENU_ACTIVE', ' checked');
                define('_CFG_GUEST_MENU_INACTIVE', "");
        } else {
@@ -145,7 +145,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_GUEST_MENU_INACTIVE', ' checked');
        }
 
-       if ($_CONFIG['member_menu'] == 'Y') {
+       if ($_CONFIG['member_menu'] == "Y") {
                define('_CFG_MEMBER_MENU_ACTIVE', ' checked');
                define('_CFG_MEMBER_MENU_INACTIVE', "");
        } else {
@@ -153,7 +153,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_MEMBER_MENU_INACTIVE', ' checked');
        }
 
-       if ($_CONFIG['youre_here'] == 'Y') {
+       if ($_CONFIG['youre_here'] == "Y") {
                define('_CFG_YOURE_HERE_ACTIVE', ' checked');
                define('_CFG_YOURE_HERE_INACTIVE', "");
        } else {
@@ -161,7 +161,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_YOURE_HERE_INACTIVE', ' checked');
        }
 
-       if ($_CONFIG['show_timings'] == 'Y') {
+       if ($_CONFIG['show_timings'] == "Y") {
                define('_CFG_SHOW_TIMINGS_Y', ' checked');
                define('_CFG_SHOW_TIMINGS_N', "");
        } else {