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 ); ?>