]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-country.php
More rewrites of constants and fix for loading mass-included scripts by GET_DIR_AS_AR...
[mailer.git] / inc / modules / admin / action-country.php
index d9511b39dc0a11cf1bc77e6f08231a8b60eca9f2..c1d9e0082529fa2fe7aad5f87ef308f602e94082 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (FILE_READABLE($INC)) {
+if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        LOAD_INC($INC);
 } else {