gist/app/bootstrap.php.d/00-main.php
2015-05-05 22:06:02 +02:00

8 lines
106 B
PHP

<?php
use Gist\Application;
$app = Application::getInstance();
$app['root_path'] = __DIR__ . '/../..';