diff --git a/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php b/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php index f9bb7e1eabc..1ff417403b2 100755 --- a/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php +++ b/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php @@ -564,7 +564,6 @@ private function addServerToListOfRemotes( } else { $data = [ 'ip' => $serverIP, - 'app_key' => '', 'version' => '', 'is_connected' => '1', 'created_at' => $date,