This commit is contained in:
Bruno Rybársky 2024-04-25 22:50:35 +02:00
parent 6da1f475f8
commit 5f6a2f8b15

@ -1,5 +1,7 @@
<?php <?php
require_once "lib/upload.php";
function addMeme(string $title, string $memeText, int $imageID): bool function addMeme(string $title, string $memeText, int $imageID): bool
{ {
global $mysqli; global $mysqli;