00001 <?php
00002 $status = '503 Service Unavailable';
00003 if ( substr(php_sapi_name(), 0, 3) == 'cgi' ) {
00004 header('Status: ' . $status);
00005 }
00006 else {
00007 header('HTTP/1.x ' . $status);
00008 }
00009 header('Retry-After: 120');
00010 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00011 <html xmlns="http://www.w3.org/1999/xhtml">
00012 <head>
00013 <title>Maintenance</title>
00014 </head>
00015 <body>
00016 <h1>Maintenance</h1>
00017 <p>Sorry, this site is down for maintenance at the moment. Please come back later.</p>
00018 </body>
00019 </html>