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

@ -12,6 +12,7 @@
- fixed ExpireIncompleteSurveyResponses workflow sending one email per asset revision
- fixed #10994: Gallery: Problems with uploading ZIP-archives
- fixed #11032: The Thingy form field "otherThingy" not checking for privilege
- fixed #11037: Maintenance page is being cached
7.8.0
- upgraded YUI to 2.8.0r4

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;