]> git.mxchange.org Git - friendica.git/blobdiff - mod/maintenance.php
Diaspora: Fix class name case + add self
[friendica.git] / mod / maintenance.php
index b50c94c9b93d9a6acb748cea3d3da6a680041ec1..3d21ce40b759d6b28e7b51e8396daf9bcc91aee6 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 
 function maintenance_content(&$a) {
+       header('HTTP/1.1 503 Service Temporarily Unavailable');
+       header('Status: 503 Service Temporarily Unavailable');
+       header('Retry-After: 600');
+
        return replace_macros(get_markup_template('maintenance.tpl'), array(
                '$sysdown' => t('System down for maintenance')
        ));