We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abec006 commit 3d9729dCopy full SHA for 3d9729d
core/files/var/www/html/index.php
@@ -1,7 +1,7 @@
1
<?php
2
$proto = (isset($_SERVER['SERVER_PROTOCOL']))?($_SERVER['SERVER_PROTOCOL']):('HTTP/1.1');
3
header($proto.' 503 Service Unavailable', true);
4
-header('cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
+header('cache-control: no-store, no-cache, must-revalidate');
5
header('retry-after: 30');
6
header('refresh: 30');
7
?>
0 commit comments