diff options
author | Steven Barth <steven@midlink.org> | 2008-06-15 16:02:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-15 16:02:47 +0000 |
commit | 3455ee6d8d9eb3c0ee8459adb586a800dadaf737 (patch) | |
tree | 2cc4ac0f6df70f8df1e9afd0faccca1ec9f3299f /applications/luci-splash/htdocs | |
parent | 647bc44868000e97763600dbea176307cd4a3ef5 (diff) |
* Added support for htdocs module directory
Diffstat (limited to 'applications/luci-splash/htdocs')
-rwxr-xr-x | applications/luci-splash/htdocs/cgi-bin/luci-splash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-splash/htdocs/cgi-bin/luci-splash b/applications/luci-splash/htdocs/cgi-bin/luci-splash new file mode 100755 index 000000000..c75593fbe --- /dev/null +++ b/applications/luci-splash/htdocs/cgi-bin/luci-splash @@ -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 |