basic web+fork handling
[phorkie.git] / www / help.php
diff --git a/www/help.php b/www/help.php
new file mode 100644 (file)
index 0000000..fe56c22
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+namespace phorkie;
+/**
+ * Show help
+ */
+$reqWritePermissions = false;
+require_once 'www-header.php';
+
+render(
+    'help',
+    array(
+        'htmlhelper' => new HtmlHelper(),
+    )
+);
+?>