Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-05-28 14:17:34 +0300
committerJoas Schilling <coding@schilljs.com>2021-05-28 14:18:18 +0300
commita6fc1cb54f01cead93767da472eea3e4f2eb0e74 (patch)
treea5bdc1c5bf4260d671cebad38ed3ef4f7443489f /appinfo
parent69218dfc944013c89e2dd46274ddea967964f34a (diff)
Replace app.php with IBootstrap
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index d885a45..0000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * @copyright 2017, Roeland Jago Douma <roeland@famdouma.nl>
- *
- * @author Roeland Jago Douma <roeland@famdouma.nl>
- *
- * @license GNU AGPL version 3 or any later version
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * 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
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-$application = \OC::$server->query(\OCA\Files_Retention\AppInfo\Application::class);
-$application->registerEventListener();