X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Fevents_functions.php;h=08ac8d609af77628115e4cd78baec0f029f81cf3;hb=f928ad2bed60fa256d0641eaf6d2c027a2944688;hp=aac1114b70e6b47f14f2d35a55fc2c0464e5808a;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/libs/events_functions.php b/inc/libs/events_functions.php index aac1114b70..08ac8d609a 100644 --- a/inc/libs/events_functions.php +++ b/inc/libs/events_functions.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer das Event-System * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); }