From 2f60cd3c313f86fc77857d4309ed6a04c11a860e Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Wed, 15 Dec 2021 18:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/GameSourceService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/GameSourceService.class.php b/Application/Base/Service/GameSourceService.class.php index 78f1c40fe..01cf72900 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -229,7 +229,7 @@ class GameSourceService { private function isRemoteFile(string $file) { - if (strpos($file, 'http://') === 0 || strpos($file, 'https://')) { + if (strpos($file, 'http://') === 0 || strpos($file, 'https://') === 0) { return true; } return false;