From: Vincent Vanwaelscappel Date: Tue, 5 Nov 2024 15:26:01 +0000 (+0100) Subject: wip #7175 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1f8b4048b1c8246a8f25a0a46f8cad86c1e0180f;p=fluidbook-toolbox.git wip #7175 @0.25 --- diff --git a/app/Models/FluidbookExternalInstallServer.php b/app/Models/FluidbookExternalInstallServer.php index 9287bfc29..a3fa2946d 100644 --- a/app/Models/FluidbookExternalInstallServer.php +++ b/app/Models/FluidbookExternalInstallServer.php @@ -142,7 +142,7 @@ class FluidbookExternalInstallServer extends ExternalServer public function getProtocols() { - return ['FTP' => __('FTP non sécurisé'), 'SFTP' => 'SFTP', 'hosting' => 'Hosting', 'hosting2' => 'Hosting #2', 'ushosting' => 'US Hosting', 'S3' => __('Amazon S3'), 'S3Compatible' => __('Serveurs S3 compatibles')]; + return ['FTP' => __('FTP non sécurisé'), 'SFTP' => 'SFTP', 'hosting' => 'Hosting', 'hosting2' => 'Hosting #2', 'ushosting' => 'US Hosting', 'S3' => __('Amazon S3'), 'S3Compatible' => __('Serveur S3 compatibles')]; } protected static function getHostingProtocols()