Korrektur

This commit is contained in:
2026-07-18 18:09:11 +02:00
parent 8c961a56ce
commit 7189133861
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -49,8 +49,9 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
}
}
} catch (Exception $e){
} catch (Throwable $e) {
$_SESSION["message"] = "internal_error";
header("Location: index.php");
exit();
}
}else{