FIX: login - sreg/ax default, identifier renamed to openid_url
[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 ?>