なぜこれで動いてた……

This commit is contained in:
Gitea
2023-10-29 16:02:25 +09:00
parent 403c67178b
commit d22a00ced7
+1 -1
View File
@@ -23,7 +23,7 @@ else
$sort = 'td'; $sort = 'td';
// 画像のディレクトリを開く. // 画像のディレクトリを開く.
$dir = '/images/'; $dir = './images/';
$handle = opendir ($dir); $handle = opendir ($dir);
// MySQL 宣言 // MySQL 宣言