]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-primera.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / action-primera.php
index 2d94eade214d733be8c68bd07d762a350522d9a7..3ede03c63e93d0934159bf9c4bf4c9b26a3ce9ea 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)) {
+if (FILE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        include($INC);
 } else {