]> git.mxchange.org Git - mailer.git/blobdiff - inc/security.php
More missing config entries added
[mailer.git] / inc / security.php
index 7fbd2b7b9bf4367e90f346e82640bd862b8c07d3..19cff33338db66478d0042712ebc2039109aa3bd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Zugriff verweigert!                              *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
  * 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>
@@ -54,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();
 //
 ?>