X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fusage_de.php;h=5853ffe869338c62eb0123c1a477f2b4cf01aa44;hp=29c4dc0729c0da6ad20a6db52e4ccb47476e71c8;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=5d9f65a4efafdeda1f03cf03fc95421bc600b9dc diff --git a/inc/language/usage_de.php b/inc/language/usage_de.php index 29c4dc0729..5853ffe869 100644 --- a/inc/language/usage_de.php +++ b/inc/language/usage_de.php @@ -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); }