From d22a00ced7112a241b9aeed6b6574c7d75ee410a Mon Sep 17 00:00:00 2001 From: Gitea Date: Sun, 29 Oct 2023 16:02:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=AA=E3=81=9C=E3=81=93=E3=82=8C=E3=81=A7?= =?UTF-8?q?=E5=8B=95=E3=81=84=E3=81=A6=E3=81=9F=E2=80=A6=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 45763d2..be7756b 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ else $sort = 'td'; // 画像のディレクトリを開く. -$dir = '/images/'; +$dir = './images/'; $handle = opendir ($dir); // MySQL 宣言