X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=66698b57ca7a0b59c63da7a5a47c88ab84cc0d2a;hb=aa63aed07428a99ea09002c8d072990677700080;hp=a782adfec67f382e41e4898cceb9c59f329492f4;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index a782adfec6..66698b57ca 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -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); } elseif (!EXT_IS_ACTIVE('other')) { // Missing extension! @@ -99,7 +99,7 @@ if (IS_FORM_SENT()) { define('_CFG_ORDER_MULTI_Y', ' chkecked="checked"'); } - if (getConfig('autosend_active') != "Y") { + if (getConfig('autosend_active') != 'Y') { define('_CFG_AUTOSEND_ACTIVE_N', ' chkecked="checked"'); define('_CFG_AUTOSEND_ACTIVE_Y', ''); } else { @@ -107,7 +107,7 @@ if (IS_FORM_SENT()) { define('_CFG_AUTOSEND_ACTIVE_Y', ' chkecked="checked"'); } - if (getConfig('send_prof_update') != "Y") { + if (getConfig('send_prof_update') != 'Y') { define('_CFG_SEND_UPDATE_N', ' chkecked="checked"'); define('_CFG_SEND_UPDATE_Y', ''); } else { @@ -115,7 +115,7 @@ if (IS_FORM_SENT()) { define('_CFG_SEND_UPDATE_Y', ' chkecked="checked"'); } - if (getConfig('admin_notify') != "Y") { + if (getConfig('admin_notify') != 'Y') { define('_CFG_ADMIN_NOTIFY_N', ' chkecked="checked"'); define('_CFG_ADMIN_NOTIFY_Y', ''); } else {