change sitzungsservice to hackmd

This commit is contained in:
otrs 2018-06-12 10:54:09 +02:00
parent 8c14043ab9
commit 2a663d41ac

View File

@ -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;
?>