Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / www / index.php
index 18018313aa3ce76b2770bbbd575b5367ff28fa09..5b5e4f64288e2b326d11a90908dcdcf1787d2544 100644 (file)
@@ -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'])
 );
 ?>