发布小胡版V1.61

This commit is contained in:
小胡
2022-11-02 23:21:46 +08:00
Unverified
commit b859861e53
4252 changed files with 709384 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?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);
}
?>