* Added support for htdocs module directory
[project/luci.git] / applications / luci-splash / htdocs / cgi-bin / luci-splash
diff --git a/applications/luci-splash/htdocs/cgi-bin/luci-splash b/applications/luci-splash/htdocs/cgi-bin/luci-splash
new file mode 100755 (executable)
index 0000000..c75593f
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo "Status: 302 Found"
+echo "Location: /cgi-bin/luci/splash/splash$PATH_INFO"
+echo
\ No newline at end of file