|
From: Paul S. O. <ps...@us...> - 2002-02-13 22:29:25
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv25998 Modified Files: update_to_RC3.php Log Message: Add some text about updating the settings Index: update_to_RC3.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/update_to_RC3.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** update_to_RC3.php 13 Feb 2002 16:43:06 -0000 1.11 --- update_to_RC3.php 13 Feb 2002 22:29:19 -0000 1.12 *************** *** 299,304 **** } ! echo "\n<br />\n<b>COMPLETE! Please delete this file before continuing!</b><br />\n"; ! ?> </body> --- 299,304 ---- } ! echo "\n<br />\n<b>COMPLETE!</b><br />\n"; ! echo "\n<p>You should now visit the General Configuration settings page in the <a href=\"admin/\">Administration Panel</a> and update the 'Server' settings. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!</p>\n"; ?> </body> |