Add no-cache headers to maintenance screen. Fixes bug #11037
This commit is contained in:
parent
4d22e7bcd6
commit
01b6305aa7
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue