Revision 1101
Added by aldus over 15 years ago
save.php | ||
---|---|---|
138 | 138 |
$setting_name = $setting['name']; |
139 | 139 |
$value = $admin->get_post($setting_name); |
140 | 140 |
if ($setting_name!='wb_version') { |
141 |
$allow_tags_in_fields = array('website_header', 'website_footer'); |
|
141 |
$allow_tags_in_fields = array('website_header', 'website_footer','wbmailer_smtp_password');
|
|
142 | 142 |
if(!in_array($setting_name, $allow_tags_in_fields)) { |
143 | 143 |
$value = strip_tags($value); |
144 | 144 |
} |
Also available in: Unified diff
Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.
changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)
Add last changes to the changelog - missing by mistake.