Potentially fix lingering caching bug

This commit is contained in:
Trevor Slocum 2014-08-03 13:57:10 -07:00
parent 0a3542bbd7
commit 0b4b8986b9

View File

@ -17,8 +17,11 @@ EOF;
<link rel="stylesheet" type="text/css" href="css/futaba.css" title="Futaba"> <link rel="stylesheet" type="text/css" href="css/futaba.css" title="Futaba">
<link rel="alternate stylesheet" type="text/css" href="css/burichan.css" title="Burichan"> <link rel="alternate stylesheet" type="text/css" href="css/burichan.css" title="Burichan">
<meta http-equiv="content-type" content="text/html;charset=UTF-8"> <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0"> <meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
</head> </head>
EOF; EOF;
return $return; return $return;