summaryrefslogtreecommitdiffstats
path: root/package/webif/files/www/cgi-bin/webif/index.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/webif/files/www/cgi-bin/webif/index.sh')
-rwxr-xr-xpackage/webif/files/www/cgi-bin/webif/index.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/webif/files/www/cgi-bin/webif/index.sh b/package/webif/files/www/cgi-bin/webif/index.sh
new file mode 100755
index 000000000..466b34d20
--- /dev/null
+++ b/package/webif/files/www/cgi-bin/webif/index.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/webif-page
+<?
+. /usr/lib/webif/webif.sh
+category=$FORM_cat
+empty "$category" && category=Info
+header $category 1
+
+footer ?>