X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Faction-;h=67fc3812cbf2d2893e736dc1d5415a5699633b13;hb=d0c792100bf4b67acd1824860204929c1540f6fb;hp=cb013024b6cbe7874d28f58230a1ba9b2bdc4555;hpb=357b2ca133fc1f89db74097955c366cb4bee6996;p=mailer.git diff --git a/inc/modules/member/action- b/inc/modules/member/action- index cb013024b6..67fc3812cb 100644 --- a/inc/modules/member/action- +++ b/inc/modules/member/action- @@ -46,7 +46,7 @@ if (!defined('__SECURITY')) { ADD_DESCR("member", __FILE__); // Load the include file -$INC_WHAT = sprintf("%sinc/modules/member/what-%s.php", PATH, $GLOBALS['what']); +$INC_WHAT = sprintf("%sinc/modules/member/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what'])); if (FILE_READABLE($INC_WHAT)) { // Ok, we finally load the member action module include_once($INC_WHAT);