Frio: tos page background for frio
[friendica.git/.git] / bin / daemon.php
index d0f57d4..6b0e377 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".