friendica/bin/console.php

10 lines
198 B
PHP
Raw Normal View History

2018-03-18 17:26:51 +00:00
#!/usr/bin/env php
2018-03-18 09:12:39 +00:00
<?php
include_once dirname(__DIR__) . '/boot.php';
$a = new Friendica\App(dirname(__DIR__));
\Friendica\BaseObject::setApp($a);
2018-03-31 02:56:04 +00:00
(new Friendica\Core\Console($argv))->execute();