]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-rallye.php
More variables renamed to , install/admin_WriteData() is now generic (with open TODO)
[mailer.git] / inc / modules / admin / action-rallye.php
index f0719b7fb7e309d1772b4812f1226dc9a14ecfac..8edbbb8de7e0e288369e392e7450aed351b54ab7 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/admin/what-%s.php", SQL_ESCAPE($GLOBALS['what']));
-if (FILE_READABLE($INC)) {
+if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        LOAD_INC($INC);
 } else {