X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_autopurge.php;h=4e451376038c2eea22a6424425e816a9f26d0fcb;hb=96979cf66a4fc49fda5842e59f475af377821cf9;hp=e2d13f9a2235ae44165fb8c89a907543a4069f3a;hpb=c682906dafbc311dade280eb53b0b38a547e7cfe;p=mailer.git diff --git a/inc/daily/daily_autopurge.php b/inc/daily/daily_autopurge.php index e2d13f9a22..4e45137603 100644 --- a/inc/daily/daily_autopurge.php +++ b/inc/daily/daily_autopurge.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * 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');