From: Vincent Vanwaelscappel Date: Wed, 17 Jul 2024 15:27:23 +0000 (+0200) Subject: wip #6998 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b1eb30ea567e3458f615b82b6bb574b11c34e8e8;p=fluidbook-toolbox.git wip #6998 @1.5 --- diff --git a/.docker/fluidbook-workshop/html/index.php b/.docker/fluidbook-workshop/html/index.php index 5e973bd30..7d2a007e1 100644 --- a/.docker/fluidbook-workshop/html/index.php +++ b/.docker/fluidbook-workshop/html/index.php @@ -1,3 +1,19 @@ $v) { + $q .= (strlen($q) === 0 ? '?' : '&') . $k . '=' . urlencode($v); +} +header('Location: https://' . $d . '/' . $u . $q, true, 308);