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

OWNCLOUD_URL parameter in config.php-dist

parent 0f28f81f
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,11 @@ ...@@ -176,6 +176,11 @@
// Displays an URL for users to provide feedback or comments regarding // Displays an URL for users to provide feedback or comments regarding
// this instance of tt-rss. Can lead to a forum, contact email, etc. // 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); define('CONFIG_VERSION', 26);
// Expected config version. Please update this option in config.php // Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file). // if necessary (after migrating all new options from this file).
......
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