]> 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
old mode 100755 (executable)
new mode 100644 (file)
index dbafec6..29a5b32
--- a/view.php
+++ b/view.php
@@ -24,13 +24,12 @@ 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 {
-        die('error in view call');
+        logm('error in view call : entry is NULL');
     }
 }
 else {
-    die('error in view call');
+    logm('error in view call : id is empty');
 }
\ No newline at end of file