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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-12-17 17:50:48 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-04-19 11:20:38 +0300
commitd1a75dc6ad344d6174e7d9bf17f8159154c5a46a (patch)
treea8c6b56d126deff7e0f7a668a7dfebdc18a93409 /appinfo
parent100273b5959d3a7fb7583d986705422e80bead5c (diff)
psalm analysis and fixespsalm
Signed-off-by: Robin Appelman <robin@icewind.nl>
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 8fd0726..0000000
--- a/appinfo/app.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-
-/**
- * ownCloud - files_antivirus
- *
- * @author Manuel Deglado
- * @copyright 2012 Manuel Deglado manuel.delgado@ucr.ac.cr
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library 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 library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
-use \OCA\Files_Antivirus\AppInfo\Application;
-
-$app = \OC::$server->query(Application::class);
-OCP\Util::connectHook('OC_Filesystem', 'preSetup', $app, 'setupWrapper');