1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

README, CREDITS & chmod

This commit is contained in:
nicosomb 2013-04-17 15:32:57 +02:00
parent 1c182b6c9d
commit d178419c66
20 changed files with 18 additions and 7 deletions

2
view.php Executable file → Normal file
View file

@ -20,7 +20,7 @@ if(!empty($id)) {
$tpl->assign('id', $entry[0]['id']);
$tpl->assign('url', $entry[0]['url']);
$tpl->assign('title', $entry[0]['title']);
$tpl->assign('content', gzinflate(base64_decode($entry[0]['content'])));
$tpl->assign('content', $entry[0]['content']);
$tpl->assign('is_fav', $entry[0]['is_fav']);
$tpl->assign('is_read', $entry[0]['is_read']);
$tpl->assign('load_all_js', 0);