This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
あ
main
Miteruzo
1 year ago
parent
f1bf028949
commit
7915995d56
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/chat.mod.php
+ 1
- 1
modules/chat.mod.php
View File
@@ -8,7 +8,7 @@ Chat
function
__construct ()
{
$config = include (
__DIR__ . '
/config.php');
$config = include (
'.
/config.php');
$db_host = $config['host'];
$db_port = $config['port'];
Write
Preview
Loading…
Cancel
Save