2012-04-24 01:54:49 +04:00
|
|
|
<?php
|
2015-02-23 13:28:53 +03:00
|
|
|
/**
|
|
|
|
* @author Bjoern Schiessle <schiessle@owncloud.com>
|
|
|
|
* @author Björn Schießle <schiessle@owncloud.com>
|
|
|
|
* @author Frank Karlitschek <frank@owncloud.org>
|
|
|
|
*
|
|
|
|
* @copyright Copyright (c) 2015, ownCloud, Inc.
|
|
|
|
* @license AGPL-3.0
|
|
|
|
*
|
|
|
|
* This code is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
|
|
* as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Affero General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Affero General Public License, version 3,
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
|
|
|
*
|
|
|
|
*/
|
2012-05-01 22:03:41 +04:00
|
|
|
OCP\Util::addscript('files_versions', 'versions');
|
2013-07-25 12:35:19 +04:00
|
|
|
OCP\Util::addStyle('files_versions', 'versions');
|
2012-04-24 01:54:49 +04:00
|
|
|
|
2014-07-24 18:49:38 +04:00
|
|
|
\OCA\Files_Versions\Hooks::connectHooks();
|