diff options
author | nightcoffee <nightcoffee@users.noreply.github.com> | 2015-05-18 20:05:02 +0800 |
---|---|---|
committer | nightcoffee <nightcoffee@users.noreply.github.com> | 2015-05-18 20:05:02 +0800 |
commit | 08a38a0493465a933687f79542f7f9dca3d6a816 (patch) | |
tree | ea5393b0a5d204d5df1aa6f41fc47633860b1f3a /modules/luci-base/root/www/index.html | |
parent | f67d39e69a296fe8250ac73f80f0771ccb6dcc59 (diff) |
luci-base: Add cache control in index.html
Signed-off-by: Night Coffee <ydkf@qq.com>
Diffstat (limited to 'modules/luci-base/root/www/index.html')
-rw-r--r-- | modules/luci-base/root/www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index 0a7238b55..0b5fa1d87 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -2,6 +2,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> +<meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" /> </head> <body style="background-color: black"> |