X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user.php;h=62df2811ffea7e3f15dc633e831f8b972e3e6b7b;hp=f2fcbbcbc2cae7a6c4905fe23e4d7c629331c2b9;hb=f9a9c09e1ae257449bfd98f8854e321efba1dc3c;hpb=505941fffb410fe82191d86e54f418f601f2f72f 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");