From: Thomas Renard Date: Thu, 27 Dec 2012 12:35:24 +0000 (+0100) Subject: OWNCLOUD_URL-parameter out of config.php-dist X-Git-Tag: 1.7.0~90^2~2^2~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=741ff8f405a8556c6c8be360a10a71b735b7ce41;p=tt-rss.git OWNCLOUD_URL-parameter out of config.php-dist Comment in plugins/owncloud/owncloud.php --- diff --git a/config.php-dist b/config.php-dist index db6ec661..e0949c61 100644 --- a/config.php-dist +++ b/config.php-dist @@ -176,11 +176,6 @@ // Displays an URL for users to provide feedback or comments regarding // this instance of tt-rss. Can lead to a forum, contact email, etc. - define('OWNCLOUD_URL', ''); - // owncloud-plugin: - // This is the base url of your owncloud server as called from the browser - // Actually this is a server global parameter only - define('CONFIG_VERSION', 26); // Expected config version. Please update this option in config.php // if necessary (after migrating all new options from this file). diff --git a/plugins/owncloud/owncloud.php b/plugins/owncloud/owncloud.php index e63ff959..d7007e0f 100644 --- a/plugins/owncloud/owncloud.php +++ b/plugins/owncloud/owncloud.php @@ -1,4 +1,10 @@