]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/payout_functions.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / libs / payout_functions.php
index e52aa4941a54576c8bb66be602137b7e0306dca1..edce2bed432e2845b5cd17f7342661c5e3b60df1 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);
 }