优化 关于页面

This commit is contained in:
六零 2022-06-12 11:34:34 +08:00
parent 56ed17332c
commit 535f9e5f6f

View File

@ -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,'<h1>404</h1>'));
echo file_get_contents($about);
}
?>