]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_user.php
Mahor rewrite:
[mailer.git] / inc / modules / admin / what-config_user.php
index f2fcbbcbc2cae7a6c4905fe23e4d7c629331c2b9..62df2811ffea7e3f15dc633e831f8b972e3e6b7b 100644 (file)
@@ -44,8 +44,8 @@ if (isset($_POST['ok'])) {
        ADMIN_SAVE_SETTINGS($_POST);
 } else {
        // Prepare constants for the template
        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");
 
        // Load form template
        LOAD_TEMPLATE("admin_config_user");