]> git.mxchange.org Git - friendica.git/blob - bin/console.php
mobile view: show events and admin, but hide pm link
[friendica.git] / bin / console.php
1 #!/usr/bin/env php
2 <?php
3
4 require dirname(__DIR__) . '/vendor/autoload.php';
5
6 use Friendica\Factory;
7
8 $a = Factory\DependencyFactory::setUp('console', dirname(__DIR__));
9 \Friendica\BaseObject::setApp($a);
10
11 (new Friendica\Core\Console($argv))->execute();