]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-bank.php
More time() in SQL queries replace with UNIX_TIMESTAMP()
[mailer.git] / inc / modules / admin / action-bank.php
index 16ca06e12121a7159beb3b105db9f7260585e66d..7d20e4039bc797130cfae6bd5f19f41e673812b7 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 {