projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
600c3ec
)
don't cache the webif splash page - confuses users trying to reflash
author
Mike Baker
<mbm@openwrt.org>
Mon, 13 Mar 2006 08:49:43 +0000
(08:49 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Mon, 13 Mar 2006 08:49:43 +0000
(08:49 +0000)
SVN-Revision: 3356
openwrt/package/webif/files/www/index.html
patch
|
blob
|
history
diff --git
a/openwrt/package/webif/files/www/index.html
b/openwrt/package/webif/files/www/index.html
index e6b0eb77c5bd05b5ddfe878098743abeccc6192f..fb838f9912af3950fde4ce20cdebc35e249b7dc4 100644
(file)
--- a/
openwrt/package/webif/files/www/index.html
+++ b/
openwrt/package/webif/files/www/index.html
@@
-2,6
+2,8
@@
<!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="Pragma" CONTENT="no-cache">
+ <meta http-equiv="Expires" CONTENT="-1">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; URL=/cgi-bin/webif.sh" />
<title>OpenWrt Administrative Console</title>