A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / language / maintenance_de.php
index cd68adf61307b8fbc72a4ac773685b6c4a608146..4804b19b2bc427c105a70db28756bdd718bed78c 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);
 }