]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/admins_de.php
A lot double-quotes rewritten to single-quotes, global fix for getMessage() calls
[mailer.git] / inc / language / admins_de.php
index 8d265a815de9a206ccd11ad8aa6228d005a7c109..e444e0665ab60b6e98cbe2833f11f0ad8e334ea2 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);
 }