use proper namespace in www/login.php
[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 ?>