1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 03:19:16 +00:00

remove comments

This commit is contained in:
Thomas Renard
2012-12-28 01:00:44 +01:00
parent 7278dc0edf
commit eafce79191

View File

@@ -1,10 +1,4 @@
<?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 {