]> git.mxchange.org Git - friendica.git/blobdiff - mod/maintenance.php
Update expiration delay to 60 minutes
[friendica.git] / mod / maintenance.php
index 2258fc5ce29337029df97a8fe60389d0659cc5f0..adc9fab166f12a40a2a4a00c802b42c0dfaf69f2 100644 (file)
@@ -17,8 +17,8 @@ function maintenance_content(App $a) {
        header('Status: 503 Service Temporarily Unavailable');
        header('Retry-After: 600');
 
-       return replace_macros(get_markup_template('maintenance.tpl'), array(
+       return replace_macros(get_markup_template('maintenance.tpl'), [
                '$sysdown' => t('System down for maintenance'),
                '$reason' => $reason
-       ));
+       ]);
 }