Merge pull request #414 from Hypolite/improvement/move-app-to-src

Move app to src
This commit is contained in:
Tobias Diekershoff 2017-06-06 12:31:39 +02:00 committed by GitHub
commit 1cd8289a92
3 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,7 @@
<?php
use Friendica\App;
if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
$directory = dirname($_SERVER["argv"][0]);