X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=823f1f3134b02d4c961216e3664333f0afab285c;hb=ee71bda9cc7d75f090ae2e1a2d05d4903523e112;hp=94ef4689a71c94e602a76f948d958e8ac27a1e90;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 94ef4689a7..823f1f3134 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -52,7 +52,7 @@ if (REQUEST_ISSET_GET(('msg'))) { $ext = "unknown"; // Is extension given? - if (REQUEST_ISSET_GET(('ext'))) $ext = SQL_ESCAPE(REQUEST_GET('ext')); + if (REQUEST_ISSET_GET(('ext'))) $ext = REQUEST_GET(('ext')); // Which message shall we output? $msg = convertCodeToMessage(REQUEST_GET('msg'));