]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-email.php
Obsolete direct links to my server removed, patch support deactivated in what-updates.php
[mailer.git] / inc / modules / admin / action-email.php
index 1e28604ed305a843634e2b4f982f5c9bf3be2841..808abc2d70b62e71876dd2e58d27f9eda2e4aa65 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 {