From 535f9e5f6fc87dc5af5574df4cc4a27b4a472082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E9=9B=B6?= Date: Sun, 12 Jun 2022 11:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- about/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about/index.php b/about/index.php index eb9dcb6..cdb14a5 100644 --- a/about/index.php +++ b/about/index.php @@ -20,8 +20,8 @@ if(file_exists($about)){ echo file_get_contents($about); } else { - //文件不存在,从服务器获取后写入本地再输出文件 - @file_put_contents($about,file_get_contents('https://cdn.lylme.com/lylme_spage/file/about.txt')); + //文件不存在 + @file_put_contents($about,'

404

')); echo file_get_contents($about); } ?>