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);