From 21207c6a73bbaf43c6afaceda51690e77fad06f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 6 Feb 2014 09:50:11 +0100 Subject: [PATCH] remove superfluous $RUNTIME_APPTYPES --- apps/files/ajax/download.php | 6 ------ apps/files/ajax/getstoragestats.php | 3 --- apps/files/ajax/list.php | 6 ------ apps/files/ajax/rawlist.php | 3 --- apps/files_trashbin/ajax/list.php | 6 ------ 5 files changed, 24 deletions(-) diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index 6a34cbe4ef..58037cb0c8 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -21,12 +21,6 @@ * */ -// only need filesystem apps -$RUNTIME_APPTYPES=array('filesystem'); - -// Init owncloud - - // Check if we are a user OCP\User::checkLoggedIn(); diff --git a/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index dd7c7dc557..69a26ed8eb 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -1,8 +1,5 @@