fix presenter view for sitzungslink

This commit is contained in:
otrs 2018-06-25 20:39:40 +02:00
parent 2a663d41ac
commit a8a4a692fb

View File

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