mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-23 16:55:20 +08:00
更新至v1.87.5,更新内容在DzzOffice 笔记中查看
This commit is contained in:
@@ -3571,4 +3571,12 @@ function dzz_userconfig_init()
|
||||
$result = Hook::listen('sms',$params);
|
||||
return $result[0];
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function shareLink($shareLink,$path){
|
||||
$path=dzzdecode($path);
|
||||
$pathh=dzzencode($path.$path);
|
||||
if ($pathh==$shareLink){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user