增加更新服务

This commit is contained in:
LyLme 2022-02-23 21:24:59 +08:00
parent 7c0f196edf
commit 9ad8038752
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) {
}
}
$update_host = 'cdn.lylme.com'; //程序更新服务器,请勿删除和修改,否则将导致无法接收版本更新和报错
function saveSetting($k, $v){
$v = daddslashes($v);