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=0abb72373732f9c46e65b25511c8ac74d5d9f64f;hp=c9d614bf10be6630ab103511f6dffd9e75ef2d38;hb=75e1a4cfbcedaa0185c087b3fae35e847500c3fa;hpb=28b5b2b6378ef683b1aa5d6e033d7fae2b184df5 diff --git a/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh b/applications/luci-splash/htdocs/cgi-bin/splash/splash.sh index c9d614bf1..0abb72373 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"