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

8 lines
106 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__ . '/../..';