Skip to content
Snippets Groups Projects
Commit feb7028a authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Remove require in rawlist.php

Thanks @tanghus for pointing out the unneccessity of it.
parent 013e9c27
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment