更新至v1.87.3,更新内容在Dzzoffice笔记中查看

This commit is contained in:
小胡
2024-01-29 18:18:05 +08:00
Unverified
parent 485df92f1c
commit 53b7996032
149 changed files with 37 additions and 23676 deletions

View File

@@ -1,13 +0,0 @@
<?php
if(!defined('IN_DZZ')) {
exit('Access Denied');
}
function build_cache_profilesetting() {
$data = C::t('user_profile_setting')->fetch_all_by_available(1);
savecache('profilesetting', $data);
}
?>