A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / autopurge / purge-tsks.php
index a27bc73cb76aa1a1afc1e8eb38bd1c1eca1a8b1d..5a19d677824c37eb78dd07a0b12cd7b290b6fe21 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);
 } // END - if