summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-05-21 14:51:30 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-05-21 14:51:30 +0200
commit64b728a2dfc1fd2ed5e7cced67c3ab2555dd3a53 (patch)
treeabc81fa839f739cea0f25f3efc9134541a72070f /modules/luci-base
parentec48d2d01f732ea31f8972d1c24919972cd2a6fd (diff)
parent08a38a0493465a933687f79542f7f9dca3d6a816 (diff)
Merge pull request #384 from nightcoffee/nightcoffee-patch-1
luci-base: Add cache control in index.html
Diffstat (limited to 'modules/luci-base')
-rw-r--r--modules/luci-base/root/www/index.html1
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 0a7238b556..0b5fa1d87e 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">