mirror of
https://github.com/e107inc/e107.git
synced 2025-07-24 00:12:24 +02:00
Fixes #852 - additional check on e107.htaccess added.
This commit is contained in:
@@ -1265,7 +1265,7 @@ class e_install
|
|||||||
$error = "DEBUG: Rename from e107.htaccess to .htaccess was successful";
|
$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.";
|
$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.";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user