diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-12-11 03:41:08 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-12-11 03:41:08 +0000 |
commit | 75e1a4cfbcedaa0185c087b3fae35e847500c3fa (patch) | |
tree | 2465d578d619e205d7587fca866a5a0d34bf7ee9 /applications | |
parent | 3f8bc05e5b79db2ec03a7215dfa2d9359619882b (diff) |
applications/luci-splash: Fix typo
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/htdocs/cgi-bin/splash/splash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh index 08eba72ac..0abb72373 100755 --- a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh +++ b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh @@ -1,6 +1,6 @@ #!/bin/sh echo -en "Cache-Control: no-cache, max-age=0, no-store, must-revalidate\r\n" echo -en "Pragma: no-cache\r\n" -echo -en "expires: -1\r\n" +echo -en "Expires: -1\r\n" echo -en "Status: 307 Temporary Redirect\r\n" echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n\r\n" |