mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
add composer-derived autoloader
This commit is contained in:
parent
c28109ca94
commit
c6514d58db
8 changed files with 535 additions and 0 deletions
2
boot.php
2
boot.php
|
@ -17,6 +17,8 @@
|
|||
* easily as email does today.
|
||||
*/
|
||||
|
||||
require_once('include/autoloader.php');
|
||||
|
||||
require_once('include/config.php');
|
||||
require_once('include/network.php');
|
||||
require_once('include/plugin.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue