Revert "Add monolog"

This commit is contained in:
Hypolite Petovan
2019-01-03 23:25:06 -05:00
parent 13e4dd0163
commit 2f49c4a058
18 changed files with 165 additions and 698 deletions

View File

@@ -34,7 +34,6 @@
use Friendica\App;
use Friendica\Util\ExAuth;
use Friendica\Util\LoggerFactory;
if (sizeof($_SERVER["argv"]) == 0) {
die();
@@ -52,9 +51,7 @@ chdir($directory);
require dirname(__DIR__) . '/vendor/autoload.php';
$logger = LoggerFactory::create('auth_ejabberd');
$a = new App(dirname(__DIR__), $logger);
$a = new App(dirname(__DIR__));
if ($a->getMode()->isNormal()) {
$oAuth = new ExAuth();