From: Manuel Munz Date: Sat, 11 Dec 2010 03:41:08 +0000 (+0000) Subject: applications/luci-splash: Fix typo X-Git-Tag: 0.10.0~288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75e1a4cfbcedaa0185c087b3fae35e847500c3fa;p=oweals%2Fluci.git applications/luci-splash: Fix typo --- 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"