]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-surfbar.php
Functions imported, some dev-scripts added
[mailer.git] / inc / modules / admin / action-surfbar.php
index 90b42463c3797f1967fd9cbbb55049fce960b433..603de19805d4080ea2ffe92355c2cc80c4e7e51f 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 {