flow change

This commit is contained in:
2021-09-26 19:40:20 +02:00
parent f82aa4c734
commit b499bb1be0
14 changed files with 364 additions and 221 deletions

View File

@ -10,6 +10,6 @@ try {
$db->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
$db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
} catch(Exception $e) {
die($e->getMessage() . "<br/><a href='javascript:history.back(1);'>Revenir en arrière</a>");
header("Location: 500.php");
}
?>