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