X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=344aa41769fdae67090aa21a02ea1586b9bb4bf3;hb=28d2461a2288bfe7dca2907e471303e230c99b52;hp=fad1bdde22d6912a7c3740fb78e8984210b66e9b;hpb=61b77b466ed51b55406cce2671c6ad3991b350a9;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index fad1bdde22..344aa41769 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Mehr Cache-Dateien nachladen * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -37,17 +42,8 @@ if (!defined('__SECURITY')) { require($INC); } -// Load more cache includes -$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/loader/", "load_cache-"); - -// Include all -foreach ($INC_POOL as $fqfn) { - // Include the file - require_once($fqfn); -} // END - foreach - -// Remove array -unset($INC_POOL); +// Run the filter +runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/loader/", "load_cache-")); // ?>