From 5070a3c1391b9e570dfecc4b481ee02ecfcd8a50 Mon Sep 17 00:00:00 2001 From: Reaper Date: Wed, 7 Dec 2022 23:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AE=80=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 8 -------- .idea/cdnflydadao.iml | 8 -------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ web/update.php | 2 +- 5 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/cdnflydadao.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 35410ca..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/cdnflydadao.iml b/.idea/cdnflydadao.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/cdnflydadao.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index d55ca90..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/web/update.php b/web/update.php index 63f2bb9..710f5a8 100644 --- a/web/update.php +++ b/web/update.php @@ -3,7 +3,7 @@ error_reporting(0); header('Content-Type: text/html; charset=UTF-8'); -aaaa + $url = 'https://update.cdnfly.cn/master/upgrades?version_num='; $data = send_request($url); $arr = json_decode($data, true);