BuLi-Tipp hinzugefügt

This commit is contained in:
R40fendt
2025-05-06 10:30:33 +02:00
parent 976f617c32
commit 899d7c4fc6
8 changed files with 266 additions and 0 deletions

9
bulitipp/get-image.php Executable file
View File

@@ -0,0 +1,9 @@
<?php
include("./check.php");
if(!isset($_GET["team"])) die("GET team fehlt");
$team=$_GET["team"];
header("Content-Type: img/png");
echo srowforeach("SELECT `img` from `buli-icons` where `team`=?;",[$team])[0][0];