mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
removing comment
This commit is contained in:
parent
f5adbd268b
commit
bfed7b3b2f
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ if (!file_exists(__DIR__ . '/vendor/autoload.php')) {
|
|||
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
// We assume that the index.php is called by a frontend process
|
||||
// The value is set to "true" by default in App
|
||||
$a = Factory\DependencyFactory::setUp('index', __DIR__, true);
|
||||
|
||||
$a->runFrontend();
|
||||
|
|
Loading…
Reference in a new issue