From 79e1da84b7e7077ad8d1ddfba3ee77eb68c5aab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 24 May 2023 12:14:42 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8E=83=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/index.php b/www/index.php index e168b2e..9bcc8a3 100644 --- a/www/index.php +++ b/www/index.php @@ -34,7 +34,6 @@ /* カテゴリーだけが残るまで消す */ function rmcbloat (string $body): string { - //$res = preg_replace('/(.*?)
/s', "", $body); $res = preg_replace('/(.*?)/s', "", $body); $res = preg_replace('/(.*?)<\/html>/s', "", $res); $res = preg_replace('/
\n".trim($res))."\n
\n"; return "トップへ
".$res."
"; }