From: soufiane Date: Tue, 28 Nov 2023 16:00:48 +0000 (+0100) Subject: wait #6479 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=691cd99e723b4e05fed5688d692a0adf1d40f6d6;p=fluidbook-toolbox.git wait #6479 --- diff --git a/app/Models/FluidbookExternalInstallServer.php b/app/Models/FluidbookExternalInstallServer.php index 32022e19e..ef030f5b1 100644 --- a/app/Models/FluidbookExternalInstallServer.php +++ b/app/Models/FluidbookExternalInstallServer.php @@ -75,7 +75,7 @@ class FluidbookExternalInstallServer extends ExternalServer public function getProtocols() { - return parent::getProtocols() + ['hosting' => 'Hosting', 'ushosting' => 'US Hosting']; + return ['FTP' => __('FTP non sécurisé'), 'SFTP' => 'SFTP', 'hosting' => 'Hosting', 'ushosting' => 'US Hosting']; }