diff options
Diffstat (limited to 'files/ajax')
-rw-r--r-- | files/ajax/list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/ajax/list.php b/files/ajax/list.php index ef43e72fcae..26462eb5ab9 100644 --- a/files/ajax/list.php +++ b/files/ajax/list.php @@ -2,7 +2,6 @@ // Init owncloud require_once('../../lib/base.php'); -require_once('../../lib/template.php'); // We send json data header( "Content-Type: application/jsonrequest" ); |