Replace disallowed operators in src/network/

This commit is contained in:
Dylan K. Taylor
2022-01-20 19:11:32 +00:00
parent 2bcb629d78
commit be1996752a
15 changed files with 35 additions and 35 deletions

View File

@ -204,7 +204,7 @@ final class QueryInfo{
$query = "";
$plist = $this->server_engine;
if(count($this->plugins) > 0 and $this->listPlugins){
if(count($this->plugins) > 0 && $this->listPlugins){
$plist .= ":";
foreach($this->plugins as $p){
$d = $p->getDescription();