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

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Haertl <jus@bitgrid.net>2016-09-05 13:49:06 +0300
committerJulius Haertl <jus@bitgrid.net>2016-09-05 13:49:06 +0300
commit126b486f622b0fcd184848d342785d5e02a0e0e0 (patch)
treee20bedd5c054376452aab52342087aac85418ccc /appinfo
parent064cb4ae7a3bae3bea9be7b36171817ba4fa4e68 (diff)
Fix stable9 support and cleanup
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
-rw-r--r--appinfo/autoload.php25
2 files changed, 0 insertions, 26 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 056cc70..acff6b3 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -21,7 +21,6 @@
*
*/
-$app = new \OCA\AppOrder\AppInfo\Application();
\OCP\Util::addStyle('apporder', 'apporder');
\OCP\Util::addScript('apporder', 'apporder');
\OCP\App::registerAdmin('apporder', 'admin');
diff --git a/appinfo/autoload.php b/appinfo/autoload.php
deleted file mode 100644
index 737046e..0000000
--- a/appinfo/autoload.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
- *
- * @author Julius Härtl <jus@bitgrid.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/>.
- *
- */
-namespace OCA\AppOrder\AppInfo;
-
-use OCP\AppFramework\App;