]> git.mxchange.org Git - friendica.git/blob - include/system_unavailable.php
wrapping up 2019.12
[friendica.git] / include / system_unavailable.php
1 <?php
2
3 function system_down() {
4 echo <<< EOT
5 <html>
6 <head><title>System Unavailable</title></head>
7 <body>
8 Apologies but this site is unavailable at the moment. Please try again later.
9 </body>
10 </html>
11 EOT;
12 }