Merge branch 'develop'

This commit is contained in:
Sven Slootweg 2013-06-19 21:32:35 +02:00
commit 40d4e553f7

View file

@ -22,7 +22,7 @@ if(strtolower($_SERVER["REQUEST_METHOD"]) == "post")
}
catch (CsrfException $e)
{
die();
die("Invalid CSRF token. Perhaps your session has expired? <a href='/'>Click here</a> to log in again.");
}
}