]> git.mxchange.org Git - mailer.git/blobdiff - inc/hooks.php
Bug with multiple registration of filters fixed (see fix_filters.php for details)
[mailer.git] / inc / hooks.php
index b22f58e524120cb1adc5a2999032e8a6bbbd6f57..92bcc81a7ba2bfa9a51a46f3df53438f97b68464 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Hooks (Call-Back)                                *
  * -------------------------------------------------------------------- *
- * $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);
 }