From c7ad15a3da60fd6ed2135639badbd39f49ca3f3f Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 2 Feb 2015 12:05:08 -0800 Subject: [PATCH] Fixes #852 - additional check on e107.htaccess added. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index bd519e3cf..7ccd26063 100644 --- a/install.php +++ b/install.php @@ -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 e107.htaccess into your .htaccess file. Please take care NOT to overwrite any existing data that may be in it."; }