0abb72373732f9c46e65b25511c8ac74d5d9f64f
[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"