X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce..7ccd696a9a83b0bd897d0ae770239c2246e201d3:/www/index.php diff --git a/www/index.php b/www/index.php index 7ac6fcf..5b5e4f6 100644 --- a/www/index.php +++ b/www/index.php @@ -3,6 +3,11 @@ * Jump to the index as per the configuration */ namespace phorkie; +$reqWritePermissions = false; require_once 'www-header.php'; -require_once $GLOBALS['phorkie']['cfg']['index'].".php"; + +header( + 'Location: ' + . Tools::fullUrl($GLOBALS['phorkie']['cfg']['index']) +); ?>