From 7915995d5698f26df2ee74465d7024c5055d40dd Mon Sep 17 00:00:00 2001 From: Miteruzo Date: Fri, 30 Jun 2023 22:11:11 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/chat.mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chat.mod.php b/modules/chat.mod.php index 000c296..5318026 100644 --- a/modules/chat.mod.php +++ b/modules/chat.mod.php @@ -8,7 +8,7 @@ Chat function __construct () { - $config = include (__DIR__ . '/config.php'); + $config = include ('./config.php'); $db_host = $config['host']; $db_port = $config['port'];