big update

This commit is contained in:
2021-11-21 12:23:44 +01:00
parent 21a1cb94fb
commit c52e87dba1
3 changed files with 2244 additions and 1 deletions

View File

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