Fixes for mysql 5.0.15 breaking stuff
[specialops2.git] / servererror.php
blobc93c9cf8c2da98cd68e57c46ca823cdc4b5af9b6
1 <?php
2 header('HTTP/1.1 503 Service Unavailable');
3 header('Content-Type: application/xhtml+xml');
4 ?>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
6 <html xmlns="http://www.w3.org/1999/xhtml">
7 <head>
8 <title>._.</title>
9 </head>
11 <body>
12 <h1>fux</h1>
13 <p>Server died or something. <a href="http://tl.warpedbelief.com/">Go somewhere else</a> till it's fixed.</p>
14 </body>
15 </html>
16 <?php exit; ?>