]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Merge pull request #4922 from tobiasd/20180424-lng
[friendica.git] / bin / daemon.php
index d0f57d44d0b74955d48f34d8315aee18fa0d9395..6b0e377a3a1bfa0126c8a4bfe9b5d25efebd603c 100755 (executable)
@@ -38,7 +38,7 @@ if (substr($directory, 0, 1) != "/") {
 }
 $directory = realpath($directory."/..");
 
-@include($directory."/config/.htconfig.php");
+@include($directory."/.htconfig.php");
 
 if (!isset($pidfile)) {
        die('Please specify a pid file in the variable $pidfile in the .htconfig.php. For example:'."\n".