@ -16,7 +16,7 @@ if(isset($_SESSION['user'])) {
// some shitty code by nolanwhy
// yes i coded all of this inside github editor
if(!isset($_GET["ID"]) {
if(!isset($_GET["id"])) {
die("go fuck yourself (no id)"); // todo: redirect to 404
} else {
$id = (int)$_GET["id"];