]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - view.php
#4 - ajout système de connexion (login poche mot de passe poche pour l'instant)
[github/wallabag/wallabag.git] / view.php
index 9ba6f62dab7049e5f83290b885c42329efcda129..29a5b32456cfe777b9e9389178ddf0e9c2f63caa 100644 (file)
--- 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 {