= $title ?>
We couldn't find a submission with that hash.
prepare($sql); $stmt->execute([ "hash" => $_GET["hash"], ]); $submission = $stmt->fetch(PDO::FETCH_OBJ); if (!$submission): $title = "Submission Not Found"; $description = "We couldn't find a submission with that hash."; http_response_code(404); include "partials/head.php"; ?>
We couldn't find a submission with that hash.