Move App to src

This commit is contained in:
Hypolite Petovan 2017-05-01 23:09:26 -04:00
commit f297c670b3
14 changed files with 166 additions and 134 deletions

View file

@ -1,7 +1,10 @@
<?php
//Startup.
require_once 'boot.php';
use Friendica\Directory\App;
$a = new App;
@include('.htconfig.php');
@ -57,7 +60,7 @@ foreach ($contacts as $contact) {
}
if (!$update) {
continue;
}
}
}
$r = q("SELECT * FROM `contact` WHERE `self` = 1 LIMIT 1");