X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fworker.php;h=78b6da5857343598d81ce0825196d40fc4004b44;hb=5cb56a6b120a1aed376dda79252c218679ca6b2c;hp=9ae2f68b3e6ae8a0fbe994b6fe47bf834aee2bb2;hpb=ffbad2dc81bb1a081729ebd139103035312cf608;p=friendica.git diff --git a/bin/worker.php b/bin/worker.php index 9ae2f68b3e..78b6da5857 100755 --- a/bin/worker.php +++ b/bin/worker.php @@ -26,7 +26,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__));