X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=4ad7d8b2670a5f9d6991ee750ccf94f816089ba4;hp=bd91776d29aeff97a51e04932384e6dc5c7c8c9e;hb=4b7f401f2a4680ae46ca41c57f749cfe35163660;hpb=c3f2beb3f1d47c9593d262d7f5dac47640b4aa52 diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index bd91776d29..4ad7d8b267 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -150,20 +151,17 @@ if ((!isInstalling()) && (!isInstallationPhase())) { loadIncludeOnce($inc); } // END - foreach - // Init filter system here - initFilterSystem(); + // Load cache + loadIncludeOnce('inc/load_cache.php'); + + // Run the init filter chain + runFilterChain('init'); // Are we installation routine? if ((!isInstalling()) && (getOutputMode() != 1) && (getOutputMode() != -1)) { // You have to install first! redirectToUrl('install.php'); } // END - if - - // Load cache - loadIncludeOnce('inc/load_cache.php'); - - // Run the init filter chain - runFilterChain('init'); } // Handle fatal errors