Update user.php

This commit is contained in:
nolanwhy 2023-02-04 21:37:15 +01:00 committed by GitHub
parent 0e8e1b872f
commit caa8db86a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $q->bindParam(':id',$id,PDO::PARAM_INT);
$q->execute();
$requestUser = $q->fetch();
if(!$requestUser) {
die("go fuck yourself (no id"); // todo: redirect to 404
die("go fuck yourself (can't find user)"); // todo: redirect to 404
}
$getitstarted = new PartyStarter;