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