From 177cf98a70543dd48b6fce0ab1f65c31813e7668 Mon Sep 17 00:00:00 2001 From: "satoshi.iwao" <satoshi.iwao@avap.co.jp> Date: Sun, 24 Nov 2024 12:40:45 +0900 Subject: [PATCH] =?UTF-8?q?phpinfo=E3=81=AE=E8=84=86=E5=BC=B1=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/index.php b/www/index.php index bff637f..036857d 100644 --- a/www/index.php +++ b/www/index.php @@ -1,4 +1,3 @@ <?php -phpinfo(); - +echo "phpだよ"; \ No newline at end of file -- GitLab