X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/27fba7fa81b6ffc56ad028271ba2b077ace73b1a..6745a128c318e72b520545f54de46ec6e43f6a82:/api/log.php?ds=sidebyside diff --git a/api/log.php b/api/log.php index 098d855..7fbb90c 100644 --- a/api/log.php +++ b/api/log.php @@ -22,7 +22,7 @@ array_push($log_list, "!kick.REMOTE_CLIENT_KICK", ); -$response = $rpc->log()->getAll(); +$response = $rpc->log()->getAll($log_list); if ($response !== false) { /* Only supported in later UnrealIRCd versions */