X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fdaemon.php;h=e60e32b19ec0900caf57450c0d7c09794d69d2d3;hb=89eaf508f19be57a07971c5f40b4bb538e36e891;hp=de76c99efdfe39ef0f40817c8eb96e5d660626ef;hpb=acaee626f5f23f4c1dc19c31896a0797a251b58f;p=friendica.git diff --git a/bin/daemon.php b/bin/daemon.php index de76c99efd..e60e32b19e 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -30,7 +30,7 @@ if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) { chdir($directory); } -require_once "boot.php"; +require dirname(__DIR__) . '/vendor/autoload.php'; $a = new App(dirname(__DIR__));