summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-18 15:12:13 +0200
committerJoas Schilling <coding@schilljs.com>2020-06-18 15:20:33 +0200
commitca465e52c31e34a849998f5ac55bcff046b1c5d6 (patch)
tree25c09768ef7faeec726b1442be29cd457d422a7d /appinfo
parent9aa4a195329f7de4ceb211f968bae7aa2eaeb47b (diff)
Implement IBootstap and use the given Context
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 294c37102..000000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * @author Jan-Christoph Borchardt, http://jancborchardt.net
- *
- * @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/>.
- *
- */
-
-$app = \OC::$server->query(\OCA\Talk\AppInfo\Application::class);
-// For the navigation $l->t('Talk')
-$app->register();