X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-splash%2Fhtdocs%2Fcgi-bin%2Fsplash%2Fsplash.sh;h=08eba72ac0a1f6905981a4c6ec5b0c4bdc2b1288;hp=c9d614bf10be6630ab103511f6dffd9e75ef2d38;hb=3f8bc05e5b79db2ec03a7215dfa2d9359619882b;hpb=99b89b182c4e754e4927f46e880ac09a1ae62222 diff --git a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh index c9d614bf1..08eba72ac 100755 --- a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh +++ b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh @@ -1,3 +1,6 @@ #!/bin/sh -echo -en "Status: 302 Moved\r\n" +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 "Status: 307 Temporary Redirect\r\n" echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n\r\n"