]> git.mxchange.org Git - mailer.git/blobdiff - inc/security.php
More missing config entries added
[mailer.git] / inc / security.php
index ee26d4a30ee9e9daf158a4af2c456af9fe363f61..19cff33338db66478d0042712ebc2039109aa3bd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Zugriff verweigert!                              *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * MA  02110-1301  USA                                                  *
  ************************************************************************/
 
-print "<pre>";
+print("<pre>");
 debug_print_backtrace();
 die("</pre>");
 
-echo "<html>
+print("<html>
 <head>
 <title>Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED!</title>
 </head>
@@ -59,13 +59,13 @@ echo "<html>
 <tr><td height=\"10\"></td></tr>
 <tr>
   <td align=\"center\">
-    <strong>".GET_REMOTE_ADDR()."</strong>
+    <strong>".detectRemoteAddr()."</strong>
   </td>
 </tr>
 </table>
 </div>
 </body>
-</html>\n";
-exit;
+</html>\n");
+shutdown();
 //
 ?>