summaryrefslogtreecommitdiffstats
path: root/appinfo/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/autoload.php')
-rw-r--r--appinfo/autoload.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/appinfo/autoload.php b/appinfo/autoload.php
deleted file mode 100644
index 784f4740d..000000000
--- a/appinfo/autoload.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
- */
-
-/**
- * Register all needed autoloaderss
- */
-
-// composer libs
-require_once __DIR__ . '/../vendor/autoload.php';
-
-