diff options
Diffstat (limited to 'applications/luci-splash/htdocs/cgi-bin')
-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 0000000000..c75593fbe1 --- /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 |