diff --git a/public_html/rewrite.php b/public_html/rewrite.php index b6c65d5..7959860 100644 --- a/public_html/rewrite.php +++ b/public_html/rewrite.php @@ -22,7 +22,7 @@ if(strtolower($_SERVER["REQUEST_METHOD"]) == "post") } catch (CsrfException $e) { - die(); + die("Invalid CSRF token. Perhaps your session has expired? Click here to log in again."); } }