From a8a4a692fbf98f99e0fc4db9bff7ab30eee7e463 Mon Sep 17 00:00:00 2001 From: FSWIAI Docker Server Date: Mon, 25 Jun 2018 20:39:40 +0200 Subject: [PATCH] fix presenter view for sitzungslink --- sitzung/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitzung/index.php b/sitzung/index.php index d28c1f2..00959ae 100644 --- a/sitzung/index.php +++ b/sitzung/index.php @@ -3,7 +3,7 @@ date_default_timezone_set("CET"); $date = date("Ymd"); -header('Location: https://hackmd.wiai.de/p/sitzung'.$date); +header('Location: https://hackmd.wiai.de/sitzung'.$date); exit; ?>