更新页面文件

This commit is contained in:
2019-07-06 21:14:19 +08:00
parent 79615defdb
commit 1b2fc10502
56 changed files with 3847 additions and 103 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
// +----------------------------------------------------------------------
// SentCMS常量定义
define('SENTCMS_VERSION', '3.6.201803');
define('SENT_ADDON_PATH', __DIR__ . '/../addons' . DS);
define('sent_version', '4.0.0');
define('sent_path_addons', __DIR__ . '/../addons' . DS);
//字符串解密加密
function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) {