From 05d900649d759c4c4660d551661e1df695ffc415 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 2 Oct 2020 13:02:13 +0000 Subject: [PATCH] wait #3929 @1.5 --- inc/ws/Controlleur/class.ws.maintenance.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index bb2faf439..87c4d4d49 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -1108,6 +1108,17 @@ class wsMaintenance exit; } + public static function installMopec() + { + CubeIT_Util_PHP::neverStop(); + $langs = ['es' => 18940, 'en' => 19049, 'it' => 19050, 'fr' => 19051]; + foreach ($langs as $lang => $fbid) { + $exporter = new wsExporter(); + $exporter->export($fbid, $x, 'install_ftp', 'online', "mopec2:zKHNa75pz0QCpG5y@185.206.62.83/fluidbook/" . $lang, ''); + } + exit; + } + public static function fixStats($args) { // commonDroits::min(5); -- 2.39.5