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
68f1e353ee
commit
f1bf028949
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
modules/chat.mod.php
+ 2
- 3
modules/chat.mod.php
View File
@@ -6,8 +6,7 @@ Chat
private $db;
function
__construct ():
void
__construct ()
{
$config = include (__DIR__ . '/config.php');
@@ -21,7 +20,7 @@ Chat
}
function
send
_chat
(
send (
int $user_id,
string $text):
void
Write
Preview
Loading…
Cancel
Save