]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Catch HTTPExceptions in App::runFrontend()
[friendica.git] / bin / daemon.php
index 9df8b8957ac4701e3973b1168946f87f90f1d5bf..e60e32b19ec0900caf57450c0d7c09794d69d2d3 100755 (executable)
@@ -30,8 +30,7 @@ if (!file_exists("boot.php") && (sizeof($_SERVER["argv"]) != 0)) {
        chdir($directory);
 }
 
-require_once "boot.php";
-require_once "include/dba.php";
+require dirname(__DIR__) . '/vendor/autoload.php';
 
 $a = new App(dirname(__DIR__));