diff options
author | Friendika <info@friendika.com> | 2011-02-21 20:19:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-21 20:19:33 -0800 |
commit | 5f2f64406407839d0a9d906e0ad165067d90d130 (patch) | |
tree | 08734b4cd12d7c66756bcde3d5bf9cf1ad32c67e /include/system_unavailable.php | |
parent | d124c67322b8f79f18152d6f24394b3a38b4e0f5 (diff) | |
download | volse-hubzilla-5f2f64406407839d0a9d906e0ad165067d90d130.tar.gz volse-hubzilla-5f2f64406407839d0a9d906e0ad165067d90d130.tar.bz2 volse-hubzilla-5f2f64406407839d0a9d906e0ad165067d90d130.zip |
resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
Diffstat (limited to 'include/system_unavailable.php')
-rw-r--r-- | include/system_unavailable.php | 8 |
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 |