diff --git a/docs/user.php b/docs/user.php index f09c414..9ab7ce9 100755 --- a/docs/user.php +++ b/docs/user.php @@ -38,10 +38,6 @@ $result = $stmt->fetch(PDO::FETCH_ASSOC); - if (!$result && $user != $username) { - die(); - } - $bio = isset($result) ? $result['bio'] : 'This user has not set a bio.'; $stmt = $db->prepare("SELECT * FROM main.follow WHERE target = ?");