landingpage/sitzung/index.php

10 lines
130 B
PHP

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