mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 22:11:28 +00:00
OWNCLOUD_URL-parameter out of config.php-dist
Comment in plugins/owncloud/owncloud.php
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
<?php
|
||||
// This plugin creates ReadLater bookmarks in your owncloud.
|
||||
// The plugin needs a
|
||||
// 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.
|
||||
|
||||
require_once "config.php";
|
||||
|
||||
class OwnCloud extends Plugin {
|
||||
|
||||
Reference in New Issue
Block a user