From 8706d88784884cf74bcfea4c2219950773c2b154 Mon Sep 17 00:00:00 2001 From: Stefan Frech Date: Sun, 20 Apr 2008 19:22:07 +0000 Subject: [PATCH] install.php needs correction due to some typo's --- install.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.php b/install.php index 5964a35..4ade6b5 100644 --- a/install.php +++ b/install.php @@ -33,7 +33,7 @@ $submit = set_post_bool_var ('submit', false); $admin_message = ''; if (intval(str_replace('.', '', phpversion())) < 430) { - print_msg ('You are running PHP version '.PHP_VERSION.'. Online-Bookmarks requires at least PHP 4.1.0 to run properly. You must upgrade your PHP installation before you can continue.', "error"); + print_msg ('You are running PHP version '.PHP_VERSION.'. Online-Bookmarks requires at least PHP 4.3.0 to run properly. You must upgrade your PHP installation before you can continue.', "error"); } ############## database control ############## @@ -512,9 +512,7 @@ $delimiter = "/"; echo '
';
 			echo $config;
 			echo "
\n"; - echo "After completing the configuration, create useraccounts with the following MySQL command:\n"; - echo "
mysql> INSERT INTO user (username, password) VALUES ('johndoe', MD5('johndoes_password'));
\n"; - echo 'Go Bookmark...'; + echo 'Now go Bookmark...'; } } }