A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / libs / autopurge_functions.php
index 7ce6fd555f5f4bc8a58becfa0a6dcea022ae72f7..c9e5a66ecd364acc980e599c753bb6bdaff84656 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);
 }