]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/events_functions.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / libs / events_functions.php
index aac1114b70e6b47f14f2d35a55fc2c0464e5808a..08ac8d609af77628115e4cd78baec0f029f81cf3 100644 (file)
@@ -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);
 }