]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
Fix for if session has expired and user is still in login area
[mailer.git] / inc / autopurge.php
index e74810d1b3e1cdafd6a5cd532e4a26d108e64565..5f2af6265f74bf608ea741f66e7c2d5923e4613f 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auto-Loeschung von veralteten Mail-Links         *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } // END - if
 
+// Init & set the include pool
+INIT_INC_POOL();
+SET_INC_POOL(getArrayFromDirectory('inc/autopurge/', 'purge-'));
+
 // Run the filter
-runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"));
+runFilterChain('load_includes');
 
 // Run filters for extra autopurge
 runFilterChain('extra_autopurge');