]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_autopurge.php
mailer project continued:
[mailer.git] / inc / daily / daily_autopurge.php
index e2d13f9a2235ae44165fb8c89a907543a4069f3a..0dd607299eb37bcd9d242776ded435d0a7fd2cd4 100644 (file)
@@ -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 - 2012 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');