]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Revert "Moved .htconfig.php file & extracted Install business logic"
[friendica.git] / index.php
index 4c3065a9583404bef6380681bfdf3a4a827343c7..2f23ea791a6e525009f5109652c911742c18096c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -37,11 +37,11 @@ $a->backend = false;
  * installation mode.
  */
 
-$install = ((file_exists('config/.htconfig.php') && filesize('config/.htconfig.php')) ? false : true);
+$install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false : true);
 
 // Only load config if found, don't surpress errors
 if (!$install) {
-       include "config/.htconfig.php";
+       include ".htconfig.php";
 }
 
 /**