This commit is contained in:
2023-06-30 22:11:11 +09:00
parent f1bf028949
commit 7915995d56
+1 -1
View File
@@ -8,7 +8,7 @@ Chat
function function
__construct () __construct ()
{ {
$config = include (__DIR__ . '/config.php'); $config = include ('./config.php');
$db_host = $config['host']; $db_host = $config['host'];
$db_port = $config['port']; $db_port = $config['port'];