From e841d315ad2811f81fe5dff57a306d88cd7d23fa Mon Sep 17 00:00:00 2001 From: Dieter Coopman Date: Wed, 29 Mar 2023 15:30:56 +0200 Subject: [PATCH] config save bugfix Signed-off-by: Dieter Coopman --- src/Services/Configurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Configurator.php b/src/Services/Configurator.php index dffc51b..5b2ec1b 100644 --- a/src/Services/Configurator.php +++ b/src/Services/Configurator.php @@ -16,7 +16,7 @@ class Configurator const KEY = '7DFC491492EBA563FF0F2A3EEACE6A095EE628816290BC6D9B9034C2AF63B541'; - public function store($name) + public function store($name, $host,$username,$keyfile) { $server = get_defined_vars(); $config = $this->getConfig();