Skip to content
Snippets Groups Projects
Commit d38d479f authored by Thomas Renard's avatar Thomas Renard
Browse files

remove old server url

parent e3d0198a
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ class OwnCloud extends Plugin { ...@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment