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'];