mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix checkClient() all position equal not passed
This commit is contained in:
@@ -60,7 +60,10 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
echo date('Y-m-d H:i:s', 1623820546);
|
||||
$peerId = '-TR3000-uff7q3z5126z';
|
||||
$agent = 'Transmission/3.00';
|
||||
$rep = new AgentAllowRepository();
|
||||
$r = $rep->checkClient($peerId, $agent, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user