fixes for release 2.0.2

Dieser Commit ist enthalten in:
Oldperl 2017-09-11 10:05:57 +00:00
Ursprung 0d21567b41
Commit c6adef5ef7
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -71,6 +71,8 @@ if ($_SESSION['setuptype'] == 'setup') {
$tpl->set('s', 'CON_UTF8', ''); $tpl->set('s', 'CON_UTF8', '');
} }
$tpl->set('s','MYSQL_CHARSET', '');
if ($_SESSION['configmode'] == 'save') { if ($_SESSION['configmode'] == 'save') {
$sCfgFileOld = $root_path . '/conlite/includes/config.php'; $sCfgFileOld = $root_path . '/conlite/includes/config.php';
$sCfgFileNew = $root_path . '/data/config/'.CL_ENVIRONMENT.'/config.php'; $sCfgFileNew = $root_path . '/data/config/'.CL_ENVIRONMENT.'/config.php';

Datei anzeigen

@ -3,19 +3,17 @@
* ConLite Configuration File * ConLite Configuration File
* *
* This file was generated by ConLite setup! * This file was generated by ConLite setup!
* Ifyou wannt to modify any configuration value please create a local * If you want to modify any configuration value please create a local
* configuration file "config.local.php" in the configuration folder and * configuration file "config.local.php" in the configuration folder and
* modify or define settings within. * modify or define settings within.
* *
* @package Core * @package Core
* @subpackage Setup * @subpackage Setup
* @version 1.0.0 * @version 1.1.0
* @author Ortwin Pinke * @author Ortwin Pinke
* @copyright (c) 2015, ConLite Team * @copyright (c) 2017, ConLite Team
* @license * @license
* @link http://conlite.org * @link http://conlite.org
*
* $Id$
*/ */
defined('CON_FRAMEWORK') or die('Illegal call'); defined('CON_FRAMEWORK') or die('Illegal call');