]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-infos.php
Another try to fix bigintval() problem, ticket #114
[mailer.git] / inc / modules / guest / what-infos.php
index 1ecf6fbd2ae16e93c354d2bcaf7c4ff4d96ba183..9ee69e00412fa03359c9eef53bce419898f16006 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);
 }