X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user.php;h=f2fcbbcbc2cae7a6c4905fe23e4d7c629331c2b9;hp=c097c77ddaa388c0b3684475c9d0ec85556254ba;hb=7076b0bf4f326c0dcb87daa0e02e15b0f42e619e;hpb=b8ba3824d640da47d5f81485650b5885ba60867b diff --git a/inc/modules/admin/what-config_user.php b/inc/modules/admin/what-config_user.php index c097c77dda..f2fcbbcbc2 100644 --- a/inc/modules/admin/what-config_user.php +++ b/inc/modules/admin/what-config_user.php @@ -39,13 +39,10 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { // Add description as navigation point ADD_DESCR("admin", __FILE__); -if (isset($_POST['ok'])) -{ +if (isset($_POST['ok'])) { // Save settings ADMIN_SAVE_SETTINGS($_POST); -} - else -{ +} else { // Prepare constants for the template define('__LIMIT_VALUE', $_CONFIG['user_limit']); define('__ALPHA_VALUE', $_CONFIG['user_alpha']);