From 87a897df158e5f4abe9602d23d5d3109fd87fa79 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 23 Aug 2022 10:39:51 +0000 Subject: [PATCH] try #5373 @0:10 --- inc/ws/Controlleur/class.ws.maintenance.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index a842503b9..23456d6d0 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -1771,6 +1771,9 @@ class wsMaintenance } + public function updateHTML5Source(){ + echo file_get_contents('https://toolbox.fluidbook.com/openmaintenance/updatesources'); + } } -- 2.39.5