www/www-header.php - FIX: non-set _SESSION variables causing 'undefined index' in...
[phorkie.git] / www / index.php
1 <?php
2 /**
3  * Jump to the index as per the configuration
4  */
5 namespace phorkie;
6 require_once 'www-header.php';
7 require_once $GLOBALS['phorkie']['cfg']['index'].".php";
8 ?>