X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-;h=4bcc4e73671a9ad4cf50fa3174851e07fbc43764;hb=b8aa17b98b99c27eafbdca0fa090bae63527da9a;hp=2a65f889222d6f50d832e1f61c2a3ca12e1c00a4;hpb=a090e351c49fe021fb3064325694da03402332e0;p=mailer.git diff --git a/inc/modules/guest/what- b/inc/modules/guest/what- index 2a65f88922..4bcc4e7367 100644 --- a/inc/modules/guest/what- +++ b/inc/modules/guest/what- @@ -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); }