Radio seite Hinzugefügt

This commit is contained in:
2021-01-06 19:22:45 +01:00
parent ebeecd6776
commit 6886cbbed0
20 changed files with 144 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
<?php
$nr = $_GET["nr"];
$tag = strtotime($nr." December 202ü");
$tag = strtotime($nr." December 2020");
if(time()<$tag) {
$nr = -1;
}