A lot double-quotes rewritten to single-quotes, global fix for getMessage() calls
[mailer.git] / inc / inc-functions.php
index d67257fda81e85878ca200f7d34cfc588207f751..e5965bb874812f163e0bea20355d013908e03de2 100644 (file)
@@ -37,7 +37,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);
 }