summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-splash/htdocs/cgi-bin/splash/splash.sh')
-rwxr-xr-xapplications/luci-splash/htdocs/cgi-bin/splash/splash.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh
new file mode 100755
index 0000000000..c9d614bf10
--- /dev/null
+++ b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo -en "Status: 302 Moved\r\n"
+echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n\r\n"