X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user.php;h=62df2811ffea7e3f15dc633e831f8b972e3e6b7b;hb=77cdaff2afb97ed32985ced906a3a95ee078c2ef;hp=f2fcbbcbc2cae7a6c4905fe23e4d7c629331c2b9;hpb=7076b0bf4f326c0dcb87daa0e02e15b0f42e619e;p=mailer.git diff --git a/inc/modules/admin/what-config_user.php b/inc/modules/admin/what-config_user.php index f2fcbbcbc2..62df2811ff 100644 --- a/inc/modules/admin/what-config_user.php +++ b/inc/modules/admin/what-config_user.php @@ -44,8 +44,8 @@ if (isset($_POST['ok'])) { ADMIN_SAVE_SETTINGS($_POST); } else { // Prepare constants for the template - define('__LIMIT_VALUE', $_CONFIG['user_limit']); - define('__ALPHA_VALUE', $_CONFIG['user_alpha']); + define('__LIMIT_VALUE', getConfig('user_limit')); + define('__ALPHA_VALUE', getConfig('user_alpha')); // Load form template LOAD_TEMPLATE("admin_config_user");