X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fdaemon.php;h=6b0e377a3a1bfa0126c8a4bfe9b5d25efebd603c;hb=b70b0204908665e6efb44c778412dce1f208e238;hp=d0f57d44d0b74955d48f34d8315aee18fa0d9395;hpb=334d3921549a538130220f8b627f39f3e0877e26;p=friendica.git diff --git a/bin/daemon.php b/bin/daemon.php index d0f57d44d0..6b0e377a3a 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -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".