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