]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6479
authorsoufiane <soufiane@cubedesigners.com>
Tue, 28 Nov 2023 16:00:48 +0000 (17:00 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 28 Nov 2023 16:00:48 +0000 (17:00 +0100)
app/Models/FluidbookExternalInstallServer.php

index 32022e19e2727ee9dbe74c839d4d586a9a8e0495..ef030f5b174b29549c131cfae792f309f118b3d7 100644 (file)
@@ -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'];
     }