X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=js.php;h=d108cd75bf40c27aa8c4539d1cfd475fdd6f9bfc;hb=deb4293fa309b70be72d66b394e7253c8ea7d351;hp=644639ab498ebc1f6fe11aaa9ff77d9836f29b25;hpb=08b3c51b70b6498fd92a2760979d64470ad1b586;p=mailer.git diff --git a/js.php b/js.php index 644639ab49..d108cd75bf 100644 --- a/js.php +++ b/js.php @@ -68,7 +68,7 @@ if ((isBooleanConstantAndTrue('mxchange_installed')) && (isset($_GET['tag']))) { ); // Is that file readable? - if (FILE_READABLE($INC)) { + if (INCLUDE_READABLE($INC)) { // Include it LOAD_INC_ONCE($INC); } // END - if