1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

flash messages pour indiquer qu'une action s'est bien effectuée ou qu'il y a eu une erreur

This commit is contained in:
nicosomb 2013-04-21 19:32:19 +02:00
parent 6f87a19714
commit f0070a15e4
12 changed files with 265 additions and 7 deletions

View file

@ -10,9 +10,8 @@
include dirname(__FILE__).'/inc/config.php';
# initialize session
myTool::initPhp();
Session::init();
# XSRF protection with token
if (!empty($_POST)) {
if (!Session::isToken($_POST['token'])) {