From 9ad8038752dfbdc9954069013a9ad1db3d08c6ce Mon Sep 17 00:00:00 2001 From: LyLme Date: Wed, 23 Feb 2022 21:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/function.php b/include/function.php index d07a7be..44d6d0d 100644 --- a/include/function.php +++ b/include/function.php @@ -87,7 +87,7 @@ function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { } } - +$update_host = 'cdn.lylme.com'; //程序更新服务器,请勿删除和修改,否则将导致无法接收版本更新和报错 function saveSetting($k, $v){ $v = daddslashes($v);