diff options
author | kondou <kondou@ts.unde.re> | 2013-10-02 12:45:30 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-10-02 12:45:30 +0200 |
commit | feb7028a7845cca43ae5be8edc6000145c7d9cdd (patch) | |
tree | d93d6fff7ceee6948d643d302a19200fc83c2bcf /apps | |
parent | 013e9c27d2e9647c719b05a5119670d976b46202 (diff) | |
download | nextcloud-server-feb7028a7845cca43ae5be8edc6000145c7d9cdd.tar.gz nextcloud-server-feb7028a7845cca43ae5be8edc6000145c7d9cdd.zip |
Remove require in rawlist.php
Thanks @tanghus for pointing out the unneccessity of it.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/ajax/rawlist.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php index b9890554197..40da32b223a 100644 --- a/apps/files/ajax/rawlist.php +++ b/apps/files/ajax/rawlist.php @@ -3,10 +3,6 @@ // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem'); -// Init owncloud - -require_once 'lib/private/template.php'; - OCP\JSON::checkLoggedIn(); // Load the files |