Move App to src
This commit is contained in:
parent
68c1939d12
commit
f297c670b3
14 changed files with 166 additions and 134 deletions
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
//Startup.
|
||||
require_once 'boot.php';
|
||||
|
||||
use Friendica\Directory\App;
|
||||
|
||||
// Debug stuff.
|
||||
// ini_set('display_errors', 1);
|
||||
// ini_set('log_errors','0');
|
||||
|
|
@ -9,9 +14,6 @@ $start_maintain = time();
|
|||
|
||||
$verbose = $argv[1] === 'verbose';
|
||||
|
||||
//Startup.
|
||||
require_once 'boot.php';
|
||||
|
||||
$a = new App;
|
||||
|
||||
//Config and DB.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue