X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-wernis.php;h=ce5edc68a351d657da743b0d6db4fed7ee76d4f3;hb=0437f06b273f885db05736449a952c6eb72086ca;hp=7fdd4b9ce82f3f0b701df4cf5d5b87662cdad579;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/extensions/ext-wernis.php b/inc/extensions/ext-wernis.php index 7fdd4b9ce8..ce5edc68a3 100644 --- a/inc/extensions/ext-wernis.php +++ b/inc/extensions/ext-wernis.php @@ -33,7 +33,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); }