X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_config.php;h=d6f032f00712cac499a77e5439ef39c344a5f26f;hb=refs%2Fheads%2Fserver-0.2.1-FINAL%2Fshipsimu-org;hp=ee94c6f58243ff1bfd12a142f7fc107cfa0ae0d1;hpb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;p=mailer.git diff --git a/inc/load_config.php b/inc/load_config.php index ee94c6f582..d6f032f007 100644 --- a/inc/load_config.php +++ b/inc/load_config.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Lader fuer Konfiguration * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +38,7 @@ if (!defined('__SECURITY')) { // Set some config entries which is required for installation phase setConfigEntry('OUTPUT_MODE' , 'render'); setConfigEntry('WRITE_FOOTER', 'Y'); -setConfigEntry('_DB_TYPE' , 'mysql3'); +setConfigEntry('_DB_TYPE' , 'mysql'); // Mark configuration as NOT loaded which is the default $GLOBALS['config_local_loaded'] = FALSE;