|
@@ -12,6 +12,8 @@ try {
|
|
|
$template = $twig->load('signin.html.twig');
|
|
$template = $twig->load('signin.html.twig');
|
|
|
|
|
|
|
|
echo $template->render();
|
|
echo $template->render();
|
|
|
|
|
+
|
|
|
|
|
+ unset($_SESSION['message']);
|
|
|
} catch (Exception $e) {
|
|
} catch (Exception $e) {
|
|
|
die ('ERROR: ' . $e->getMessage());
|
|
die ('ERROR: ' . $e->getMessage());
|
|
|
}
|
|
}
|