Korrektur
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user