]> git.mxchange.org Git - friendica.git/blobdiff - include/system_unavailable.php
Merge pull request #2110 from annando/1511-subscribe-feed
[friendica.git] / include / system_unavailable.php
index 48da83793253b1eaae19934f939e1c67199a847d..bd7196cdfdfc03107d17b37be85989ea3d546a7b 100644 (file)
@@ -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