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...';
}
}
}