diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-07-08 13:19:00 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-07-09 14:13:18 +0200 |
commit | 29ffaa567640d1766156f18a8e25e1ebaadb5449 (patch) | |
tree | b326a76bd8c4926d459006e146dbcb557b05d915 /apps/files_versions/appinfo | |
parent | 18acb137d3b973f04ee039fd4a4e8ed1bca25127 (diff) | |
download | nextcloud-server-29ffaa567640d1766156f18a8e25e1ebaadb5449.tar.gz nextcloud-server-29ffaa567640d1766156f18a8e25e1ebaadb5449.zip |
Move files_versions to bootstrap mechanism
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_versions/appinfo')
-rw-r--r-- | apps/files_versions/appinfo/app.php | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/files_versions/appinfo/app.php b/apps/files_versions/appinfo/app.php deleted file mode 100644 index 917b8831c06..00000000000 --- a/apps/files_versions/appinfo/app.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php -/** - * @copyright Copyright (c) 2016, ownCloud, Inc. - * - * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> - * @author Victor Dubiniuk <dubiniuk@owncloud.com> - * - * @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/> - * - */ - -\OC::$server->query(\OCA\Files_Versions\AppInfo\Application::class); |