All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / inc / security.php
index b798a636b3bd89a6a4d6bd692387602cf269b413..4ac542e47c092ea045ad550f564b02ffae31dc5e 100644 (file)
@@ -35,15 +35,15 @@ print "<pre>";
 debug_print_backtrace();
 die("</pre>");
 
-echo "<HTML>
-<HEAD>
-<TITLE>Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED!</TITLE>
-</HEAD>
-<BODY bgcolor=\"#880000\" text=\"#FFFFFF\">
+echo "<html>
+<head>
+<title>Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED!</title>
+</head>
+<body bgcolor=\"#880000\" text=\"#FFFFFF\">
 <div align=\"center\">
 <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">
 <tr>
-  <td align=\"center\"><u><strong><BIG><BIG>A&nbsp;C&nbsp;C&nbsp;E&nbsp;S&nbsp;S&nbsp;&nbsp;&nbsp;D&nbsp;E&nbsp;N&nbsp;I&nbsp;E&nbsp;D&nbsp;!</BIG></BIG></strong></u></td>
+  <td align=\"center\"><u><strong><big><big>A&nbsp;C&nbsp;C&nbsp;E&nbsp;S&nbsp;S&nbsp;&nbsp;&nbsp;D&nbsp;E&nbsp;N&nbsp;I&nbsp;E&nbsp;D&nbsp;!</big></big></strong></u></td>
 </tr>
 <tr><td height=\"10\"></td></tr>
 <tr>
@@ -59,8 +59,8 @@ echo "<HTML>
 </tr>
 </table>
 </div>
-</BODY>
-</HTML>\n";
+</body>
+</html>\n";
 exit();
 //
 ?>