BuLi-Tipp hinzugefügt
This commit is contained in:
9
bulitipp/get-image.php
Executable file
9
bulitipp/get-image.php
Executable 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];
|
||||
Reference in New Issue
Block a user