X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_cache.php;h=08e882be963b15c34d7fb28ae16dd5a0e03b83af;hp=4a32d842581b31267517376f47be8f660f0e72b9;hb=0dd76819236495cb7cfe97d8152700b895261eea;hpb=0f3a135204757cc8750262871c8e62c42300acb4 diff --git a/inc/load_cache.php b/inc/load_cache.php index 4a32d84258..08e882be96 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -10,14 +10,9 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Mehr Cache-Dateien nachladen * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2013 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 * @@ -68,8 +63,14 @@ loadIncludePool('cache'); // Init filter system initFilterSystem(); +// Init session +initSession(); + // Init system here runFilterChain('init'); +// Run post-initialization (e.g. determining username) +runFilterChain('post_init'); + // [EOF] ?>