diff --git a/includes/alertMessages.php b/includes/alertMessages.php index 645f532..2c42d14 100644 --- a/includes/alertMessages.php +++ b/includes/alertMessages.php @@ -89,6 +89,12 @@ Es ist ein Datenbankfehler aufgetreten. Bitte versuche es erneut.

+ +

+ Deine Sitzung ist abgelaufen oder die Anfrage konnte nicht überprüft werden. + Bitte lade die Seite neu und versuche es erneut. +

+ +?> \ No newline at end of file diff --git a/index.php b/index.php index 42d054c..b70d61c 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ if (session_status() === PHP_SESSION_NONE) { session_start(); } +include_once "includes/csrf.php"; include_once "php/controller/index-controller.php"; ?>