2010-10-28 16:58:05 +00:00
|
|
|
#!/bin/sh
|
2010-12-11 03:38:35 +00:00
|
|
|
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"
|
2010-10-28 16:58:05 +00:00
|
|
|
echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n\r\n"
|