diff options
Diffstat (limited to 'files/common/www/service')
-rwxr-xr-x | files/common/www/service/cgi-bin/redirect | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/common/www/service/cgi-bin/redirect b/files/common/www/service/cgi-bin/redirect deleted file mode 100755 index 9b417db..0000000 --- a/files/common/www/service/cgi-bin/redirect +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -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: 302 Temporary Redirect\r\n" -echo -en "Location: http://"`uci get network.mesh.ipaddr`"/cgi-bin/splash?"`/bin/urlencode "$HTTP_HOST$REQUEST_URI"`"\r\n" -echo -en "\r\n" -exit 0 |