X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsecurity.php;h=19cff33338db66478d0042712ebc2039109aa3bd;hb=01bba674617344a3505992b650a86cd0d7c0eb0d;hp=b798a636b3bd89a6a4d6bd692387602cf269b413;hpb=bfbf712685680761babfd9ea059a224a4aa244bf;p=mailer.git diff --git a/inc/security.php b/inc/security.php index b798a636b3..19cff33338 100644 --- a/inc/security.php +++ b/inc/security.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * 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 * @@ -31,19 +36,19 @@ * MA 02110-1301 USA * ************************************************************************/ -print "
";
+print("
");
 debug_print_backtrace();
 die("
"); -echo " - -Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED! - - +print(" + +Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED! + +
- + @@ -54,13 +59,13 @@ echo "
A C C E S S   D E N I E D !A C C E S S   D E N I E D !
- ".GET_REMOTE_ADDR()." + ".detectRemoteAddr()."
- -\n"; -exit(); + +\n"); +shutdown(); // ?>