remove comments

This commit is contained in:
Thomas Renard 2012-12-28 01:00:44 +01:00
parent 7278dc0edf
commit eafce79191
1 changed files with 0 additions and 6 deletions

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 {