From deebbb08b56927c14017e20f2ad308cb5d68d4a7 Mon Sep 17 00:00:00 2001 From: nolanwhy <69528856+nolanwhy@users.noreply.github.com> Date: Sat, 4 Feb 2023 21:36:20 +0100 Subject: [PATCH] Delete User.php --- User.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 User.php diff --git a/User.php b/User.php deleted file mode 100644 index 609dd91..0000000 --- a/User.php +++ /dev/null @@ -1,43 +0,0 @@ - - - - -prepare("SELECT * FROM users WHERE id = :id"); -$q->bindParam(':id',$id,PDO::PARAM_INT); -$q->execute(); -$requestUser = $q->fetch(); -if(!$requestUser) { - die("go fuck yourself (no id"); // todo: redirect to 404 -} - -$getitstarted = new PartyStarter; -$getitstarted->header(); -?> - -<?php echo $sitename; ?> | <?php echo htmlspecialchars($requestUser["username"]); ?> - -

yeah im not hired to fucking make css/html -nolanwhy

-

welcome to 's profile!!!!!

-

his acc was created at -

thats all

- -