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