]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_order.php
Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / inc / modules / admin / what-config_order.php
index c9da993a16de8fbed49978437b13378b9bf2364a..1453b98473cfe86cdfc22fb854ee5d7eb1af10bd 100644 (file)
@@ -79,7 +79,7 @@ if (isset($_POST['ok'])) {
        define('_CFG_UNCONFIRMED'   , $_CONFIG['unconfirmed']);
        define('_CFG_MAX_TLENGTH'   , $_CONFIG['max_tlength']);
 
-       if ($_CONFIG['test_text'] == 'N') {
+       if ($_CONFIG['test_text'] == "N") {
                define('_CFG_TEST_TEXT_N', ' checked');
                define('_CFG_TEST_TEXT_Y', "");
        } else {
@@ -107,7 +107,7 @@ if (isset($_POST['ok'])) {
                        break;
        }
 
-       if ($_CONFIG['test_subj'] == 'N') {
+       if ($_CONFIG['test_subj'] == "N") {
                define('_CFG_TEST_SUBJ_N', ' checked');
                define('_CFG_TEST_SUBJ_Y', "");
        } else {
@@ -115,7 +115,7 @@ if (isset($_POST['ok'])) {
                define('_CFG_TEST_SUBJ_Y', ' checked');
        }
 
-       if ($_CONFIG['url_blacklist'] == 'N') {
+       if ($_CONFIG['url_blacklist'] == "N") {
                define('_CFG_URL_BLIST_N', ' checked');
                define('_CFG_URL_BLIST_Y', "");
        } else {