From 2a449e2c5632a077c59c7cb713fce8cef36cd451 Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Fri, 12 Aug 2016 21:24:18 +0800 Subject: [PATCH] Remove notices --- addons/system_info.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/system_info.php b/addons/system_info.php index 772b1e14..8a090b7e 100644 --- a/addons/system_info.php +++ b/addons/system_info.php @@ -203,24 +203,24 @@ Enable the Reset Password Limit: value( um_get_option('enabl echo "Reset Password Limit:\t\t\t\t\t\t".um_get_option('reset_password_limit_number')."\n"; echo "Disable Reset Password Limit for Admins:\t".$this->value( um_get_option('disable_admin_reset_password_limit'), 'yesno', true ); } ?> - + Whitelisted Backend IPs: - + Blocked IP Addresses: - + Blocked Email Addresses: - + Blacklist Words: --- UM Email Configurations -- -Mail appears from: -Mail appears from address: +Mail appears from: +Mail appears from address: Use HTML for E-mails: value( um_get_option('email_html'), 'yesno', true ); ?> Account Welcome Email: value( um_get_option('welcome_email_on'), 'yesno', true ); ?> Account Activation Email: value( um_get_option('checkmail_email_on'), 'yesno', true ); ?>