]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-setup.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / action-setup.php
index 7f28d820d7c9c3afd673749813c848042dc94075..f9b44e6b0b8ca84674c202f61a58ac47b8abcdd5 100644 (file)
@@ -43,7 +43,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 {