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