diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-13 22:29:19 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-13 22:29:19 +0000 |
commit | e1698c3a01522eb6a331433e0d6f62aa1f63a155 (patch) | |
tree | f52d5f04f4f79d32fe701d4d210006bd1b75364d /phpBB | |
parent | bc81a009b211313291120ff3e3d7cb1a895ae05f (diff) | |
download | forums-e1698c3a01522eb6a331433e0d6f62aa1f63a155.tar forums-e1698c3a01522eb6a331433e0d6f62aa1f63a155.tar.gz forums-e1698c3a01522eb6a331433e0d6f62aa1f63a155.tar.bz2 forums-e1698c3a01522eb6a331433e0d6f62aa1f63a155.tar.xz forums-e1698c3a01522eb6a331433e0d6f62aa1f63a155.zip |
Add some text about updating the settings
git-svn-id: file:///svn/phpbb/trunk@2135 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/update_to_RC3.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/update_to_RC3.php b/phpBB/update_to_RC3.php index 2568c54bc6..e66dca5c72 100644 --- a/phpBB/update_to_RC3.php +++ b/phpBB/update_to_RC3.php @@ -298,8 +298,8 @@ if( !$db->sql_query($sql) ) die("Couldn't insert config key 'record_online_date'"); } -echo "\n<br />\n<b>COMPLETE! Please delete this file before continuing!</b><br />\n"; - +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> </html>
\ No newline at end of file |