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 d9bfc19 commit 7f36d26Copy full SHA for 7f36d26
core/files/var/www/html/index.php
@@ -1,3 +1,10 @@
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');
5
+header('retry-after: 30');
6
+header('refresh: 30');
7
+?>
8
<html>
9
MISP is loading...
10
</html>
0 commit comments