X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=88d53eaf6ec713595f1a86f4b5f1697c50a79310;hb=af0d7727246bdfb13ab844727ac75750ad5d21b7;hp=f97f04d471ae121341a242e6a2156374aee6d4b4;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index f97f04d471..88d53eaf6e 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -38,13 +38,10 @@ if (!defined('__SECURITY')) { } // Load more cache includes -$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/loader/", "load_cache-"); +$INC_POOL = GET_DIR_AS_ARRAY("inc/loader/", "load_cache-"); -// Include all -foreach ($INC_POOL as $fqfn) { - // Include the file - require_once($fqfn); -} // END - foreach +// Run the filter +RUN_FILTER('load_includes', $INC_POOL); // ?>