X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fhooks.php;h=92bcc81a7ba2bfa9a51a46f3df53438f97b68464;hp=b6c4b212063def5fd642bc2707177f7a379acfa1;hb=40cba35363b7f371f88fe1048d444ca8e85be14c;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7 diff --git a/inc/hooks.php b/inc/hooks.php index b6c4b21206..92bcc81a7b 100644 --- a/inc/hooks.php +++ b/inc/hooks.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Hooks (Call-Back) * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -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); }