]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
Began to rewrite whole script for newly added filters, new extension stub 'network...
[mailer.git] / inc / load_cache.php
index fad1bdde22d6912a7c3740fb78e8984210b66e9b..3039a408d1fe349dd9fd9995365058fc785ae3a1 100644 (file)
@@ -40,14 +40,8 @@ if (!defined('__SECURITY')) {
 // 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
+RUN_FILTER('load_includes');
 
 //
 ?>