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

10 lines
133 B
PHP

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