X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2Fbootstrap%2Fgithub.php;h=2f1bbaade700144a7e83a6f361a1ca883833a535;hb=a695aed9c383974a31116c4d4d4a949bd5bd6803;hp=e03cba099fd16717fe1c4b09911e2c5be263e1ae;hpb=8b9e6a11bae0db302dd100ce288b07ef7995e372;p=pharext%2Fpharext.org diff --git a/app/bootstrap/github.php b/app/bootstrap/github.php index e03cba0..2f1bbaa 100644 --- a/app/bootstrap/github.php +++ b/app/bootstrap/github.php @@ -3,6 +3,8 @@ namespace app; require_once __DIR__."/config.php"; +require_once __DIR__."/uri_template.php"; +require_once __DIR__."/session.php"; use http\Url; @@ -16,8 +18,8 @@ $injector->share(Github\API::class) $config->$basic->auth->toArray(), 0); } - $logger = new Github\Logger($config); - + $logger = new Logger($config, $config->github->log); + // FIXME: configure through app.ini try { $cache = new Github\Storage\Redis("gh-cache");