X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Faction-country.php;h=342f2b0fe11e5b65f106bb50e91b164dc0a93420;hp=90455e7a8e78c6f3b5b33a9ba825077587c3972f;hb=61bddb167e29e7275f5a1c9fa8cb80431fa5ee6f;hpb=82dcf972777053767f82154d7d89700f9ba55736 diff --git a/inc/modules/admin/action-country.php b/inc/modules/admin/action-country.php index 90455e7a8e..342f2b0fe1 100644 --- a/inc/modules/admin/action-country.php +++ b/inc/modules/admin/action-country.php @@ -42,7 +42,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN())) ADD_DESCR("admin", basename(__FILE__)); // Load the include file -$INC = sprintf(PATH."inc/modules/admin/what-%s.php", $GLOBALS['what']); +$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']); if (file_exists($INC)) { // Ok, we finally load the admin action module