mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
Merge pull request #414 from Hypolite/improvement/move-app-to-src
Move app to src
This commit is contained in:
commit
1cd8289a92
3 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
|
||||
$directory = dirname($_SERVER["argv"][0]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue