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."
"; }