1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Fixes #676 and possibly issue #559 - Allow installation to continue if existing database found.

This commit is contained in:
Cameron
2015-01-31 13:25:13 -08:00
parent a78f6ae14e
commit 1bae45f824
3 changed files with 91 additions and 27 deletions

View File

@@ -182,5 +182,6 @@ define("LANINS_123", "Optional: Your public name or alias. Leave blank to use th
define("LANINS_124", "Please choose a password of at least 8 characters");
define("LANINS_125", "e107 has been installed successfully!");
define("LANINS_126", "For security reasons you should now set the file permissions on the e107_config.php file back to 644.");
define("LANINS_127", "The database [x] already exists. Overwrite it? (any existing data will be lost)");
define("LANINS_128", "Overwrite");