This commit is contained in:
Daniel Maya 2022-09-30 09:16:31 +02:00
parent ee83cbf155
commit 2d31c7b116
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ class SatelliteAgent extends HTML
public function checkAddressExists($address)
{
$pos_address = preg_grep('/.*_host\s('.$address.').*/', $this->satellite_config);
$pos_address = preg_grep('/.*_host\s('.$address.')\s.*/', $this->satellite_config);
if (empty($pos_address) === false) {
return true;