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