]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / bin / daemon.php
index de76c99efdfe39ef0f40817c8eb96e5d660626ef..e60e32b19ec0900caf57450c0d7c09794d69d2d3 100755 (executable)
@@ -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__));