1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

remove old server url

This commit is contained in:
Thomas Renard
2012-12-25 23:06:20 +01:00
parent e3d0198a40
commit d38d479fa7

View File

@@ -46,7 +46,6 @@ class OwnCloud extends Plugin {
if (defined('OWNCLOUD_URL')) {
$own_url = OWNCLOUD_URL;
}
// $own_url = "https://home.g3la.de/owncloud/";
print json_encode(array("title" => $title, "link" => $article_link,
"id" => $id, "ownurl" => $own_url));