08eba72ac0a1f6905981a4c6ec5b0c4bdc2b1288
[project/luci.git] / applications / luci-splash / htdocs / cgi-bin / splash / splash.sh
1 #!/bin/sh
2 echo -en "Cache-Control: no-cache, max-age=0, no-store, must-revalidate\r\n"
3 echo -en "Pragma: no-cache\r\n"
4 echo -en "expires: -1\r\n"
5 echo -en "Status: 307 Temporary Redirect\r\n"
6 echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n\r\n"