1
0
mirror of synced 2025-12-28 00:23:25 +00:00

fix(register) fix check request

This commit is contained in:
Valentin
2024-06-17 11:28:49 +02:00
parent ca48276b2b
commit 8d942f4e78
2 changed files with 21 additions and 18 deletions

View File

@@ -26,8 +26,6 @@ $query = $conn->prepare("SELECT DISTINCT lineId FROM favorites WHERE userId = ?"
$query->execute([$_SESSION['user_id']]);
$lineIds = $query->fetchAll(PDO::FETCH_COLUMN);
echo $_SERVER['REMOTE_ADDR'];
?>
<div class="px-4 my-5 text-center">