Add no-cache headers to maintenance screen. Fixes bug #11037

This commit is contained in:
Colin Kuskie 2009-09-25 22:19:43 -07:00
parent 4d22e7bcd6
commit 01b6305aa7
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site Down For Maintenance</title>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="Sat, 01 Dec 2001 00:00:00 GMT">
<style type="text/css">
.text {
position: absolute;