]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
A lot double-quotes rewritten to single-quotes, global fix for getMessage() calls
[mailer.git] / inc / filters.php
index 0c3b092e284dd80ba34a96ed8b5e90250f62124c..35f5d6d90bc387a17100f5d4f842d2532afcce2e 100644 (file)
@@ -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);
 }