From 94506f14c9695aa0790c42793174731204007644 Mon Sep 17 00:00:00 2001 From: GhadaA98 Date: Mon, 5 Jun 2023 16:57:35 +0200 Subject: [PATCH] Verfeinerungen --- meinebuecher.php | 2 +- warenkorb.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meinebuecher.php b/meinebuecher.php index 8765351..8b9ff0b 100644 --- a/meinebuecher.php +++ b/meinebuecher.php @@ -110,7 +110,7 @@ $db_link = mysqli_connect('localhost', 'web_b-3', 'een7Ao6s', 'bibliothek_candle header("Location: benutzer_existiert_nicht.html"); } }else{ - echo'not set'; + header("Location: 404.html"); } ?> diff --git a/warenkorb.php b/warenkorb.php index c4fa864..0555932 100644 --- a/warenkorb.php +++ b/warenkorb.php @@ -127,7 +127,7 @@ $db_link = mysqli_connect('localhost', 'web_b-3', 'een7Ao6s', 'bibliothek_candle header("Location: benutzer_existiert_nicht.html"); } }else{ - echo'not set'; + header("Location: 404.html"); } ?>