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

BIN
inc/qr-code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

2243
inc/qr-code.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 335 KiB

View File

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