From 7d3af3e20f498c01d065c53a5727be70e85e97a0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 29 May 2020 09:09:18 +0000 Subject: [PATCH] wait #3671 @0.25 --- inc/commons/class.common.tools.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/commons/class.common.tools.php b/inc/commons/class.common.tools.php index 5029516d3..e5d42e0ef 100644 --- a/inc/commons/class.common.tools.php +++ b/inc/commons/class.common.tools.php @@ -1444,6 +1444,8 @@ class commonTools public static function quizUpdater($args) { + header('Location: https://toolbox.fluidbook.com/quiz/'); + exit; global $core; $res = commonPage::barre(); $res .= commonPage::tMain(); -- 2.39.5