9a05add9b9741d78ce46a87345123577fe4821dc
[phorkie.git] / www / index.php
1 <?php
2 namespace phorkie;
3 require_once 'www-header.php';
4 require_once $GLOBALS['phorkie']['cfg']['index'].".php";
5 ?>