1
0
Fork 0

resolve file inclusion conflicts w/ multiple plugins, improve the typo checker

This commit is contained in:
Friendika 2011-02-21 20:19:33 -08:00
commit 5f2f644064
17 changed files with 59 additions and 1844 deletions

View 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>
</html>
EOT;
}