From 42f0fc5b6cd902db93583254fc1dd4c5dd8436bf Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Mon, 6 Jan 2003 09:30:12 +0000 Subject: [PATCH] Fixed relative path problem for admin/ git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3260 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 4 ++-- phpBB/install/update_to_202.php | 2 +- phpBB/install/update_to_203.php | 2 +- phpBB/install/update_to_204.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 20335ed9b4..fa823494b0 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -584,7 +584,7 @@ else if (!empty($HTTP_POST_VARS['ftp_file'])) // section. $s_hidden_fields = ''; $s_hidden_fields .= ''; - $s_hidden_fields .= ''; + $s_hidden_fields .= ''; $s_hidden_fields .= ''; page_header($lang['Inst_Step_2']); @@ -1029,4 +1029,4 @@ else } } -?> \ No newline at end of file +?> diff --git a/phpBB/install/update_to_202.php b/phpBB/install/update_to_202.php index 9920435b4f..753ff23170 100644 --- a/phpBB/install/update_to_202.php +++ b/phpBB/install/update_to_202.php @@ -655,7 +655,7 @@ switch ( $row['config_value'] ) } echo "

Update completed

\n"; -echo "\n

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

\n"; +echo "\n

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

\n"; ?> diff --git a/phpBB/install/update_to_203.php b/phpBB/install/update_to_203.php index a073471ce2..98ba8c1913 100644 --- a/phpBB/install/update_to_203.php +++ b/phpBB/install/update_to_203.php @@ -658,7 +658,7 @@ switch ( $row['config_value'] ) } echo "

Update completed

\n"; -echo "\n

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

\n"; +echo "\n

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

\n"; ?> diff --git a/phpBB/install/update_to_204.php b/phpBB/install/update_to_204.php index 5164d33aa1..af24fe29e6 100644 --- a/phpBB/install/update_to_204.php +++ b/phpBB/install/update_to_204.php @@ -883,7 +883,7 @@ switch ($row['config_value']) } echo "

Update completed

\n"; -echo "\n

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

\n"; +echo "\n

You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!

\n"; ?>