5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
<?php
|
|
// ZKTeco devices call this to ask the server if there are any pending commands.
|
|
// We just return OK so it doesn't get stuck.
|
|
echo "OK";
|