Surfbar text updated, more masks applied, footer/timing removed in frametester module
[mailer.git] / inc / modules / admin / action-sponsor.php
index a841ef6d326eb50e156db27d2023dea8732a270f..fcb23d131ddae7cb6562886c117b9fd9e6f6fb1e 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_exists($INC)) && (is_readable($INC))) {
        // Ok, we finally load the admin action module
        include($INC);
 } else {