X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_user.php;h=f2fcbbcbc2cae7a6c4905fe23e4d7c629331c2b9;hb=ad851a23313d8ac6489a759a0f3d62e3bc6f4682;hp=c097c77ddaa388c0b3684475c9d0ec85556254ba;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git 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']);