mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
New class "System"
This commit is contained in:
parent
b0c26921ad
commit
3c24bed412
121 changed files with 197 additions and 2 deletions
1
boot.php
1
boot.php
|
@ -21,6 +21,7 @@
|
|||
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php');
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Util\Lock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue