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:
parent
6f87a19714
commit
f0070a15e4
12 changed files with 265 additions and 7 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue