Add use Friendica\App to addons
This commit is contained in:
parent
18a17e33bc
commit
0111149248
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
|
||||
$directory = dirname($_SERVER["argv"][0]);
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
|
||||
if (!file_exists("boot.php") AND (sizeof($_SERVER["argv"]) != 0)) {
|
||||
$directory = dirname($_SERVER["argv"][0]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user