X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Faction-wernis.php;h=9677e2b57cde8a104a2fe54d1cc7dd4af9e46672;hb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;hp=3e323131e708f17a7e6a0e58c138a32b15635d1f;hpb=1cf72a9c1a5e737509af79d49f0731da2eb6a218;p=mailer.git diff --git a/inc/modules/admin/action-wernis.php b/inc/modules/admin/action-wernis.php index 3e323131e7..9677e2b57c 100644 --- a/inc/modules/admin/action-wernis.php +++ b/inc/modules/admin/action-wernis.php @@ -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 {