]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-wernis.php
Migration of stelzi's commit 1022 with some changes so we have a nicer code. See...
[mailer.git] / inc / extensions / ext-wernis.php
index 7fdd4b9ce82f3f0b701df4cf5d5b87662cdad579..ce5edc68a351d657da743b0d6db4fed7ee76d4f3 100644 (file)
@@ -33,7 +33,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);
 }