landingpage/sitzung/index.php
2018-04-09 20:12:02 +02:00

10 lines
130 B
PHP

<?php
date_default_timezone_set("CET");
$date = date("Ymd");
header('Location: https://pad.wiai.de/p/sitzung'.$date);
exit;
?>