From feb7028a7845cca43ae5be8edc6000145c7d9cdd Mon Sep 17 00:00:00 2001 From: kondou Date: Wed, 2 Oct 2013 12:45:30 +0200 Subject: [PATCH] Remove require in rawlist.php Thanks @tanghus for pointing out the unneccessity of it. --- apps/files/ajax/rawlist.php | 4 ---- 1 file changed, 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 -- 2.39.5