From cf3180f6b8c552bbf7214d1ba72fbf1fc90ef861 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Mon, 15 Apr 2013 14:09:58 +0200 Subject: =?UTF-8?q?v=C3=A9rificatio=20CSRF=20et=20mise=20en=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.php | 1 + 1 file changed, 1 insertion(+) (limited to 'view.php') diff --git a/view.php b/view.php index dfc26b9d..dbafec6b 100755 --- a/view.php +++ b/view.php @@ -24,6 +24,7 @@ if(!empty($id)) { $tpl->assign('is_fav', $entry[0]['is_fav']); $tpl->assign('is_read', $entry[0]['is_read']); $tpl->assign('load_all_js', 0); + $tpl->assign('token', $_SESSION['token_poche']); $tpl->draw('view'); } else { -- cgit v1.2.3