This website works better with JavaScript.
Home
Explore
Help
Sign In
LeeWeiCheng
/
altob.st123
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upd
station_14109
altob.rd
8 years ago
parent
f23a6e2df9
commit
f511dea12b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
coworker/mitac2server.php
+ 1
- 1
coworker/mitac2server.php
View File
@@ -104,7 +104,7 @@ $tcp_worker->onMessage = function($connection, $tcp_in)
}
// 回覆
$connection->send('OK');
//
$connection->send('OK');
// 斷開
$connection->close();
Write
Preview
Loading…
Cancel
Save