link to current sitzung

This commit is contained in:
otrs 2016-07-14 16:13:42 +02:00
parent 141d964e44
commit 9364c5bf77

9
sitzung/index.php Normal file
View File

@ -0,0 +1,9 @@
<?php
date_default_timezone_set("CET");
$date = date("Ymd");
header('Location: https://pad.wiai.de/p/sitzung'.$date);
exit;
?>