aboutsummaryrefslogtreecommitdiffstats
path: root/include/system_unavailable.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/system_unavailable.php')
-rw-r--r--include/system_unavailable.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/system_unavailable.php b/include/system_unavailable.php
index 48da83793..bd7196cdf 100644
--- a/include/system_unavailable.php
+++ b/include/system_unavailable.php
@@ -1,6 +1,12 @@
+<?php
+
+function system_down() {
+echo <<< EOT
<html>
<head><title>System Unavailable</title></head>
<body>
Apologies but this site is unavailable at the moment. Please try again later.
</body>
-</html> \ No newline at end of file
+</html>
+EOT;
+} \ No newline at end of file