Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / www / index.php
index 7ff1814767cb6a619d3ad939d52714c4b19dac42..5b5e4f64288e2b326d11a90908dcdcf1787d2544 100644 (file)
@@ -3,11 +3,11 @@
  * Jump to the index as per the configuration
  */
 namespace phorkie;
-$secureAtLevel = false;
+$reqWritePermissions = false;
 require_once 'www-header.php';
 
 header(
     'Location: '
-    . Tools::fullUrl('/' . $GLOBALS['phorkie']['cfg']['index'])
+    . Tools::fullUrl($GLOBALS['phorkie']['cfg']['index'])
 );
 ?>