mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 05:55:32 +02:00
Re-added coppa stuff for admin (who removed it??)
Added SMTP username and password settiings git-svn-id: file:///svn/phpbb/trunk@1281 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -166,6 +166,8 @@ $template->assign_vars(array(
|
||||
"SMTP_YES" => $smtp_yes,
|
||||
"SMTP_NO" => $smtp_no,
|
||||
"SMTP_HOST" => $new['smtp_host'],
|
||||
"SMTP_USERNAME" => $new['smtp_username'],
|
||||
"SMTP_PASSWORD" => $new['smtp_password'],
|
||||
"COPPA_MAIL" => $new['coppa_mail'],
|
||||
"COPPA_FAX" => $new['coppa_fax'])
|
||||
);
|
||||
|
Reference in New Issue
Block a user