gist/app/bootstrap.php.d/00-main.php
2015-05-05 20:33:05 +02:00

8 lines
106 B
PHP

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