friendica/bin/console.php

10 lines
198 B
PHP
Raw Normal View History

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