luci-0.9: merge r6343
[project/luci.git] / applications / luci-splash / htdocs / cgi-bin / splash / splash.sh
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 (executable)
index 0000000..c9d614b
--- /dev/null
@@ -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"