X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=f678104a677876b33b1b4a8f4db8bd03145d044f;hb=c78089215285d52d483760699d07a96dfbbe0671;hp=0a67c5b9c48b5645f91f1dc308af90c686708004;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 0a67c5b9c4..f678104a67 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -37,7 +37,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { require($INC); } elseif (!EXT_IS_ACTIVE("other")) { // Missing extension! - addFatalMessage(getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "other"); + addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "other"); return; } @@ -72,7 +72,7 @@ if (IS_FORM_SENT()) { // Update stamps directly ADMIN_SAVE_SETTINGS_POST(); } else { - // Transfer config data into constants for the template (DO NOT set $_CONFIG as global in LOAD_TEMPLATE!!!) + // Transfer config data into constants for the template define('_CFG_CODE_LENGTH', getConfig('code_length')); define('_CFG_ACT_SYSTEM' , getConfig('activate_xchange')); define('_CFG_MAX_SEND' , getConfig('max_send'));