]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
More constant rewrites
[mailer.git] / inc / autopurge.php
index 8f2e72a208e683e053d724c893464283f701541a..72b242a0b41048526634c85707077ce35a92d8fc 100644 (file)
@@ -38,13 +38,13 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Load all includes
-$INC_POOL = GET_DIR_AS_ARRAY(constant('PATH')."inc/autopurge/", "purge-");
+$INC_POOL = GET_DIR_AS_ARRAY("inc/autopurge/", "purge-");
 
 // Run the filter
-RUN_FILTER('load_includes', $INC_POOL);
+runFilterChain('load_includes', $INC_POOL);
 
 // Run filters for extra autopurge
-RUN_FILTER('extra_autopurge');
+runFilterChain('extra_autopurge');
 
 //
 ?>