1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 18:01:28 +00:00

the '/' is needed for some servers

This commit is contained in:
Thomas Renard
2012-12-27 13:41:29 +01:00
parent 741ff8f405
commit 4a0a3ca93c

View File

@@ -1,7 +1,7 @@
<?php
// This plugin creates ReadLater bookmarks in your owncloud.
// The plugin needs a
// define('OWNCLOUD_URL','http(s)://your.serv.er/owncloud');
// define('OWNCLOUD_URL','http(s)://your.serv.er/owncloud/');
// in your config.php. The parameter is actually global. user_pref
// with editable parameter in future versions.