]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-country.php
Obsolete direct links to my server removed, patch support deactivated in what-updates.php
[mailer.git] / inc / modules / admin / action-country.php
index 7a1950c4d8bd0487c55e2cc7aab90aca92f3c05c..8b70025d5393b2cfafd7ee7aaf0b261324d99581 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", basename(__FILE__));
 
 // Load the include file
 $INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']);
-if ((file_exists($INC)) && (is_readable($INC))) {
+if (FILE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        include($INC);
 } else {