Remove require in rawlist.php
Thanks @tanghus for pointing out the unneccessity of it.
This commit is contained in:
parent
013e9c27d2
commit
feb7028a78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue