aboutsummaryrefslogtreecommitdiffstats
path: root/admin/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/apps.php')
-rw-r--r--admin/apps.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/admin/apps.php b/admin/apps.php
index bc598a6991e..4bbf1c813b0 100644
--- a/admin/apps.php
+++ b/admin/apps.php
@@ -22,8 +22,6 @@
*/
require_once('../lib/base.php');
-include_once('../lib/installer.php');
-require( 'template.php' );
if( !OC_USER::isLoggedIn() || !OC_GROUP::inGroup( OC_USER::getUser(), 'admin' )){
header( "Location: ".OC_HELPER::linkTo( "", "index.php" ));
exit();