]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - view.php
vérificatio CSRF et mise en page
[github/wallabag/wallabag.git] / view.php
index dfc26b9d504ec1991d5fe75c24a343434398d0d6..dbafec6bcd8d5bdca99ba8e17aed3eac291bbbb8 100755 (executable)
--- 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 {