]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-setup.php
Surfbar text updated, more masks applied, footer/timing removed in frametester module
[mailer.git] / inc / modules / admin / action-setup.php
index b9e372ccad2e072b719dc5c2be5b8f2b86d6bfbd..7f28d820d7c9c3afd673749813c848042dc94075 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)) {
+if ((file_exists($INC)) && (is_readable($INC))) {
        // Ok, we finally load the admin action module
        include($INC);
 } else {