]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-surfbar.php
Obsolete direct links to my server removed, patch support deactivated in what-updates.php
[mailer.git] / inc / modules / admin / action-surfbar.php
index d4964c6321e500dc612a9dbc20a6d9dacd269a69..e322bef5d23f0c5f32a62c0306867b7a08f0ff55 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 {