diff options
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/root/www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index d5f7d7209f..398e6e763c 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -4,7 +4,8 @@ <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> - <meta http-equiv="Expires" content="0" /> + <meta http-equiv="Expires" content="0" /> + <meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT" /> <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" /> <style type="text/css"> body { background: white; font-family: arial, helvetica, sans-serif; } |