X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fautopurge.php;h=8f2e72a208e683e053d724c893464283f701541a;hb=4c83f0cc7459cad9ec9c1c68963f5365155ee935;hp=75bddcd86b15f2864ccb3d377222099beda077e1;hpb=3a9723e159b1d9621c8a62927c9b911d6b484286;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index 75bddcd86b..8f2e72a208 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -38,7 +38,7 @@ if (!defined('__SECURITY')) { } // END - if // Load all includes -$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/autopurge/", "purge-"); +$INC_POOL = GET_DIR_AS_ARRAY(constant('PATH')."inc/autopurge/", "purge-"); // Run the filter RUN_FILTER('load_includes', $INC_POOL);