X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-country.php;h=4736252208de367343f8e2977d127ac70de3adc6;hp=c2326203b58c475f4977a2ac2399b8f86a151819;hb=497d9d8fcda61391c149af3747118bb2772c7c26;hpb=a9a5edafa0c323a7f33d14e0cef9629c940896ff diff --git a/inc/modules/admin/action-country.php b/inc/modules/admin/action-country.php index c2326203b5..4736252208 100644 --- a/inc/modules/admin/action-country.php +++ b/inc/modules/admin/action-country.php @@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { ADD_DESCR("admin", __FILE__); // Load the include file -$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']); +$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, SQL_ESCAPE($GLOBALS['what'])); if (FILE_READABLE($INC)) { // Ok, we finally load the admin action module include($INC);