]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-holiday.php
Surfbar admin stats added (dummy), FILE_READABLE() added
[mailer.git] / inc / modules / admin / action-holiday.php
index f350201a79552ecbef74bd9317c9c697e74fd6b7..056d42358304bc1a712e3146c30cd0f810112907 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 {