X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-;h=02dbe0967efc45f38f37804715bdcfa71f93005c;hb=06a24901c58897845bafc1e5b428fee99024bc64;hp=8de0e24041089513afe0c82ef7b3248fb29d29e1;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/modules/admin/what- b/inc/modules/admin/what- index 8de0e24041..02dbe0967e 100644 --- a/inc/modules/admin/what- +++ b/inc/modules/admin/what- @@ -38,7 +38,7 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!is_admin())) { - $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); }