A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / db / lib-mysql3.php
index 5346e70595a3145604dd1b1b87538d56c0370816..3ef8c2acc83bfeb22f05fdc34a28ed5759cf72bf 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);
 }