summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-30 09:33:33 +0200
committerGitHub <noreply@github.com>2021-07-30 09:33:33 +0200
commit79ef8b4c4a673143e016456e08537b57e60821d2 (patch)
tree7c70bb76d541845e565811faf44393e93f2fa4c8 /appinfo
parent97f84aa334609f22b9ba6b4dfe69955ef436c2d1 (diff)
parent42a17065a386ed2d0c6691b9de06688f595fe03d (diff)
Merge pull request #2364 from nextcloud/enh/1831/bye-bye-app.php
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
deleted file mode 100644
index f9e8863b..00000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
- *
- * @author John Molakvoæ <skjnldsv@protonmail.com>
- *
- * @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/>.
- *
- */
-
-use OCA\Contacts\AppInfo\Application;
-
-$app = \OC::$server->query(Application::class);
-$app->register();