X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fhandler.php;h=09fc98937897af00392d8b0f9285ea81073e5d48;hb=81bfbcd72e424060ea1223b49ad92fcfa150f361;hp=b9ab89405562ee58f9962f5921c31ec1e9586aaa;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/handler.php b/inc/handler.php index b9ab894055..09fc989378 100644 --- a/inc/handler.php +++ b/inc/handler.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); }