1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-23 16:01:39 +02:00

Fixes #852 - additional check on e107.htaccess added.

This commit is contained in:
Cameron
2015-02-02 12:05:08 -08:00
parent 7cf55a9d9c
commit c7ad15a3da

View File

@@ -1265,7 +1265,7 @@ class e_install
$error = "DEBUG: Rename from e107.htaccess to .htaccess was successful";
}
}
else
elseif(file_exists("e107.htaccess"))
{
$error = "IMPORTANT: Please copy and paste the contents of the <b>e107.htaccess</b> into your <b>.htaccess</b> file. Please take care NOT to overwrite any existing data that may be in it.";
}