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