X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fhooks.php;h=92bcc81a7ba2bfa9a51a46f3df53438f97b68464;hp=ccc0927a3bc10d4f17cc42a080a9fda97cbca7aa;hb=489ff30298f6e63d6bf2f2f42e3fbfd2148f8778;hpb=f3e4c2c048761589836fdbe6bd2e46599a1833a7 diff --git a/inc/hooks.php b/inc/hooks.php index ccc0927a3b..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. Mär 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); }