install.php needs correction due to some typo's
This commit is contained in:
@@ -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 '<pre style="background-color: #E0E0E0; border: 1px black solid; padding: 20px">';
|
||||
echo $config;
|
||||
echo "</pre>\n";
|
||||
echo "After completing the configuration, create useraccounts with the following MySQL command:\n";
|
||||
echo "<pre>mysql> INSERT INTO user (username, password) VALUES ('johndoe', MD5('johndoes_password'));</pre>\n";
|
||||
echo '<a href="./index.php">Go Bookmark...</a>';
|
||||
echo '<a href="./index.php">Now go Bookmark...</a>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user