first work on remote forking
[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 ?>