X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsecurity.php;h=99f62f6725c40117fd72a7feae10e5260fcde506;hb=17bf2b3d87d31caef7b3de26d16a4b184a9bf975;hp=6e7c022ffcfa7d2d21476b2284581b91f3b614bd;hpb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;p=mailer.git diff --git a/inc/security.php b/inc/security.php index 6e7c022ffc..99f62f6725 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 * @@ -35,32 +40,32 @@ print "
";
 debug_print_backtrace();
 die("
"); -echo " - -Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED! - - +echo " + +Protected file ".basename($_SERVER['PHP_SELF'])." - ACCESS DENIED! + +
- - - - - - - + +
A C C E S S   D E N I E D !
+ + + + + + + - - - - + + + + - -
A C C E S S   D E N I E D !
You have tried to open a protected file! Your access has been logged in the server's logfile with your IP number: -
+
".GET_REMOTE_ADDR()." -
+
- -\n"; -exit(); + +\n"; +shutdown(); // ?>