gist/app/bootstrap.php.d/00-main.php

10 lines
133 B
PHP
Raw Normal View History

2015-05-05 20:33:05 +02:00
<?php
use Gist\Application;
$app = Application::getInstance();
$app['root_path'] = __DIR__ . '/../..';
2015-05-06 14:11:00 +02:00
chdir($app['root_path']);