mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
Move Composer autoload require out of boot.php
This commit is contained in:
parent
acaee626f5
commit
ed7bada71e
6 changed files with 6 additions and 10 deletions
|
@ -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__));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue