Miteruzo 1 year ago
parent
commit
7915995d56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/chat.mod.php

+ 1
- 1
modules/chat.mod.php 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'];


Loading…
Cancel
Save