Move App to src
This commit is contained in:
parent
68c1939d12
commit
f297c670b3
14 changed files with 166 additions and 134 deletions
|
|
@ -1,7 +1,10 @@
|
|||
<?php
|
||||
|
||||
//Startup.
|
||||
require_once 'boot.php';
|
||||
|
||||
use Friendica\Directory\App;
|
||||
|
||||
$a = new App;
|
||||
|
||||
@include '.htconfig.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue