Skip to content

Commit 6d7c152

Browse files
committed
add process logging
1 parent 215a8bb commit 6d7c152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/multi_fns/client/client_misc_fns.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function client_become_process($socket, $data)
66
{
77
global $PROCESS_PASS, $PROCESS_IP;
88

9+
output('Ip is attempting to become process: ' . $socket->ip);
910
if ($data === $PROCESS_PASS && ($socket->ip === $PROCESS_IP || $socket->ip === '127.0.0.1')) {
1011
$socket->process = true;
1112
}

0 commit comments

Comments
 (0)