git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3f8bc05
)
applications/luci-splash: Fix typo
author
Manuel Munz
<redacted>
Sat, 11 Dec 2010 03:41:08 +0000
(
03:41
+0000)
committer
Manuel Munz
<redacted>
Sat, 11 Dec 2010 03:41:08 +0000
(
03:41
+0000)
applications/luci-splash/htdocs/cgi-bin/splash/splash.sh
patch
|
blob
|
history
diff --git
a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh
b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh
index 08eba72ac0a1f6905981a4c6ec5b0c4bdc2b1288..0abb72373732f9c46e65b25511c8ac74d5d9f64f 100755
(executable)
--- 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 "
e
xpires: -1\r\n"
+echo -en "
E
xpires: -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"
git clone https://git.99rst.org/PROJECT