From 72057cc879e34ceeef9dc781ec2c2b083bf9e59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Fri, 12 Aug 2022 08:49:48 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E3=82=8C=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index a6ab896..9563c64 100644 --- a/www/index.php +++ b/www/index.php @@ -87,7 +87,7 @@ $file = striptags($file); // 危険なタグの削除 // ヘッダーの追加 - $file = "
保存サイトでアーカイブしました。Archived with Hozon Site.
トップページへ To toppage
".$file.'
'; + $file = "
".SITE_NAME_JA."でアーカイブしました。Archived with ".SITE_NAME_EN.".
トップページへ To toppage
".$file.'
'; // 保存 file_put_contents(urldecode($path), $file);