remove old server url

This commit is contained in:
Thomas Renard 2012-12-25 23:06:20 +01:00
parent e3d0198a40
commit d38d479fa7
1 changed files with 0 additions and 1 deletions

View File

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