* change for upgrade.
This commit is contained in:
@@ -17,7 +17,7 @@ if(!function_exists('getWebRoot')){function getWebRoot(){}}
|
||||
|
||||
/* Basic settings. */
|
||||
$config = new config();
|
||||
$config->version = '7.2.4'; // The version of zentaopms. Don't change it.
|
||||
$config->version = '7.2.5'; // The version of zentaopms. Don't change it.
|
||||
$config->charset = 'UTF-8'; // The charset of zentaopms.
|
||||
$config->cookieLife = time() + 2592000; // The cookie life time.
|
||||
$config->timezone = 'Asia/Shanghai'; // The time zone setting, for more see http://www.php.net/manual/en/timezones.php
|
||||
|
||||
@@ -92,3 +92,4 @@ $lang->upgrade->fromVersions['6_4'] = '6.4';
|
||||
$lang->upgrade->fromVersions['7_0'] = '7.0';
|
||||
$lang->upgrade->fromVersions['7_1'] = '7.1';
|
||||
$lang->upgrade->fromVersions['7_2'] = '7.2';
|
||||
$lang->upgrade->fromVersions['7_2_4'] = '7.2.4';
|
||||
|
||||
@@ -92,3 +92,4 @@ $lang->upgrade->fromVersions['6_4'] = '6.4';
|
||||
$lang->upgrade->fromVersions['7_0'] = '7.0';
|
||||
$lang->upgrade->fromVersions['7_1'] = '7.1';
|
||||
$lang->upgrade->fromVersions['7_2'] = '7.2';
|
||||
$lang->upgrade->fromVersions['7_2_4'] = '7.2.4';
|
||||
|
||||
Reference in New Issue
Block a user