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