use custom config file when it exists
[phorkie.git] / data / config.default.php
1 <?php
2 $GLOBALS['phorkie']['cfg'] = array(
3     'repos' => __DIR__ . '/../repos/',
4     'tpl'   => __DIR__ . '/templates/',
5 );
6 ?>