1
0
Fork 0
forked from deblan/gist
gist/app/bootstrap.php.d/00-main.php

9 lines
107 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-05 22:04:04 +02:00