|
From: James A. <th...@us...> - 2001-11-05 07:15:23
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv18206/admin Modified Files: admin_board.php Log Message: Re-added coppa stuff for admin (who removed it??) Added SMTP username and password settiings Index: admin_board.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/admin_board.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** admin_board.php 2001/11/03 18:13:35 1.29 --- admin_board.php 2001/11/05 07:15:05 1.30 *************** *** 167,170 **** --- 167,172 ---- "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']) |