]> git.wh0rd.org - tt-rss.git/commitdiff
remove old server url
authorThomas Renard <cybaer42@web.de>
Tue, 25 Dec 2012 22:06:20 +0000 (23:06 +0100)
committerThomas Renard <cybaer42@web.de>
Tue, 25 Dec 2012 22:06:20 +0000 (23:06 +0100)
plugins/owncloud/owncloud.php

index d00c155bea0f1f4386c2fa694a6d72cbea66a820..e63ff959cbfd42228eb0532c3474e9f20d25b96f 100644 (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));