X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fevents_functions.php;h=62b1eef3168ac6fdbbb90f527907defba03dcaca;hp=d0e2f3ecdae57f3b29941bc18980db794bba6f78;hb=d92d8b4ddd219b65df8e0bba5e4354c0bbfba5c9;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594 diff --git a/inc/libs/events_functions.php b/inc/libs/events_functions.php index d0e2f3ecda..62b1eef316 100644 --- a/inc/libs/events_functions.php +++ b/inc/libs/events_functions.php @@ -17,7 +17,7 @@ * 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 * + * Copyright (c) 2003 - 2009 by Roland Haeder * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -38,8 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; - require($INC); + die(); } //