X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_autopurge.php;h=4e451376038c2eea22a6424425e816a9f26d0fcb;hb=96979cf66a4fc49fda5842e59f475af377821cf9;hp=85d69c69797335a074ebd870ea0b9f957c78e2e0;hpb=2e715eb7f3f8ca8d259aacb4cbbddde7d9d18e01;p=mailer.git diff --git a/inc/daily/daily_autopurge.php b/inc/daily/daily_autopurge.php index 85d69c6979..4e45137603 100644 --- a/inc/daily/daily_autopurge.php +++ b/inc/daily/daily_autopurge.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -51,7 +51,7 @@ if (!defined('__SECURITY')) { // Init & set the include pool initIncludePool('autopurge'); -setIncludePool('autopurge', getArrayFromDirectory('inc/autopurge/', 'purge-')); +setIncludePool('autopurge', getArrayFromDirectory('inc/purge/', 'purge-')); // Run the filter runFilterChain('load_includes', 'autopurge');