mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-05 10:55:14 +08:00
更新至v1.87.3,更新内容在Dzzoffice笔记中查看
This commit is contained in:
13
core/function/cache/cache_profilesetting.php
vendored
13
core/function/cache/cache_profilesetting.php
vendored
@@ -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);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user