2011-02-22 04:19:33 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
function system_down() {
|
|
|
|
echo <<< EOT
|
2010-07-01 23:48:07 +00:00
|
|
|
<html>
|
|
|
|
<head><title>System Unavailable</title></head>
|
|
|
|
<body>
|
|
|
|
Apologies but this site is unavailable at the moment. Please try again later.
|
|
|
|
</body>
|
2011-02-22 04:19:33 +00:00
|
|
|
</html>
|
|
|
|
EOT;
|
|
|
|
}
|