]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-doubler.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / action-doubler.php
index f4a7922f36f947961a45702e14bf15c9e28bab82..a08f335778dd3c0eb7b56a47751593fd889d3efb 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 {