Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / www / index.php
index 0ee9211679cbe1aa1e79c936af4117b372015271..5b5e4f64288e2b326d11a90908dcdcf1787d2544 100644 (file)
@@ -8,6 +8,6 @@ require_once 'www-header.php';
 
 header(
     'Location: '
-    . Tools::fullUrl('/' . $GLOBALS['phorkie']['cfg']['index'])
+    . Tools::fullUrl($GLOBALS['phorkie']['cfg']['index'])
 );
 ?>