From 2a663d41ac07f1ef61836ce95bf7a9a6837fd6a2 Mon Sep 17 00:00:00 2001 From: FSWIAI Docker Server Date: Tue, 12 Jun 2018 10:54:09 +0200 Subject: [PATCH] change sitzungsservice to hackmd --- sitzung/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitzung/index.php b/sitzung/index.php index bb9d650..d28c1f2 100644 --- a/sitzung/index.php +++ b/sitzung/index.php @@ -3,7 +3,7 @@ date_default_timezone_set("CET"); $date = date("Ymd"); -header('Location: https://pad.wiai.de/p/sitzung'.$date); +header('Location: https://hackmd.wiai.de/p/sitzung'.$date); exit; ?>