From e4d2565e05a517641de921c4c19a2c9d1beea2e7 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Thu, 18 Apr 2013 15:39:34 +0200 Subject: =?UTF-8?q?#4=20-=20ajout=20syst=C3=A8me=20de=20connexion=20(login?= =?UTF-8?q?=20poche=20mot=20de=20passe=20poche=20pour=20l'instant)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.php | 1 - 1 file changed, 1 deletion(-) (limited to 'view.php') diff --git a/view.php b/view.php index 9ba6f62d..29a5b324 100644 --- a/view.php +++ b/view.php @@ -24,7 +24,6 @@ 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