From 770f123cbd6f45b87b4cb00c364257a3473567a5 Mon Sep 17 00:00:00 2001 From: GregThib Date: Thu, 23 Jul 2015 11:19:55 +0200 Subject: [PATCH] Update to take account the new directory scheme. External plugins (not provided by tt-rss installation) have to be in plugins.local/ directory, because this one is ignored by git pull / push. --- init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.php b/init.php index e5cebb4..23cb59c 100644 --- a/init.php +++ b/init.php @@ -22,7 +22,7 @@ function get_js() { function hook_article_button($line) { $article_id = $line["id"]; - $rv = ""; @@ -46,7 +46,7 @@ function getQr() { require_once(dirname(__FILE__) . '/phpqrcode/qrlib.php'); QRcode::png($article_link, $pngPath); } - echo '
'; + echo '
'; echo "
"; print ""; print "
";