Skip to content

Commit

Permalink
* Add the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hufangzhou committed Nov 2, 2021
1 parent f8e3ffe commit 8b1b92b
Show file tree
Hide file tree
Showing 21 changed files with 1,447 additions and 41 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.7
15.7.1
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if(!function_exists('getWebRoot')){function getWebRoot(){}}

/* 基本设置。Basic settings. */
$config->version = '15.7'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
$config->version = '15.7.1'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it.
$config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP.
$config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time.
$config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php.
Expand Down
Loading

0 comments on commit 8b1b92b

Please sign in to comment.