* upgrade the version.

* adjust code format.
This commit is contained in:
wangchunsheng
2013-04-29 13:41:57 +00:00
parent 78e7a70d10
commit ac9fb632ae
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
4.0.1.stable
4.1.stable

View File

@@ -17,8 +17,8 @@ if(!function_exists('getWebRoot')){function getWebRoot(){}}
/* Basic settings. */
$config = new config();
$config->version = '4.0.1'; // The version of zentaopms. Don't change it.
$config->charset = 'UTF-8'; // The encoding of zentaopms.
$config->version = '4.1'; // 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
$config->webRoot = ''; // The root path of the pms.