summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/appinfo
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-08 19:27:28 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-06-17 09:22:22 +0200
commita2c8bfadbc5e5f7d6e2893a2109bc7186d27681d (patch)
tree20f80e474d56c28cb1cba933391431775ce97c5a /apps/twofactor_backupcodes/appinfo
parentc5d2958ac75302c35dadbfbcc6bf5365740886f5 (diff)
downloadnextcloud-server-a2c8bfadbc5e5f7d6e2893a2109bc7186d27681d.tar.gz
nextcloud-server-a2c8bfadbc5e5f7d6e2893a2109bc7186d27681d.zip
Migrate Two-Factor Backup Codes to new bootstrap mechanism
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/twofactor_backupcodes/appinfo')
-rw-r--r--apps/twofactor_backupcodes/appinfo/app.php29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/twofactor_backupcodes/appinfo/app.php b/apps/twofactor_backupcodes/appinfo/app.php
deleted file mode 100644
index 2ca0108443d..00000000000
--- a/apps/twofactor_backupcodes/appinfo/app.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com>
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @author Joas Schilling <coding@schilljs.com>
- * @author Robin Appelman <robin@icewind.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/>.
- *
- */
-
-use OCA\TwoFactorBackupCodes\AppInfo\Application;
-
-$app = \OC::$server->query(Application::class);
-$app->register();