diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-28 13:57:45 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-28 13:57:45 +0200 |
commit | c79a529edda3992bffc9e7dd1c7949f42c3b8f57 (patch) | |
tree | 17da093d9549385d1e1e2453ad86eb516d0c255e /apps/media/ajax | |
parent | b14f2d0388601879b69a0d43a576b068ae412ea8 (diff) | |
download | nextcloud-server-c79a529edda3992bffc9e7dd1c7949f42c3b8f57.tar.gz nextcloud-server-c79a529edda3992bffc9e7dd1c7949f42c3b8f57.zip |
remove not needed includes
Diffstat (limited to 'apps/media/ajax')
-rw-r--r-- | apps/media/ajax/api.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/media/ajax/api.php b/apps/media/ajax/api.php index 37dc6380198..6e269f3bb78 100644 --- a/apps/media/ajax/api.php +++ b/apps/media/ajax/api.php @@ -24,8 +24,6 @@ header('Content-type: text/html; charset=UTF-8') ; OCP\JSON::checkAppEnabled('media'); -require_once(OC::$APPSROOT . '/apps/media/lib_collection.php'); -require_once(OC::$APPSROOT . '/apps/media/lib_scanner.php'); error_reporting(E_ALL); //no script error reporting because of getID3 @@ -126,4 +124,4 @@ if($arguments['action']){ exit; } } -?>
\ No newline at end of file +?> |