X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=08e882be963b15c34d7fb28ae16dd5a0e03b83af;hb=150ed402878985508f10f4e06d25831e0fb3a1f8;hp=bf03f5a1b9e49dd86a503020337a7bf4835ff1d8;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index bf03f5a1b9..08e882be96 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * 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 * + * 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 * @@ -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] ?>