remove superfluous $RUNTIME_APPTYPES
This commit is contained in:
parent
afbe50d09c
commit
21207c6a73
|
@ -21,12 +21,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// only need filesystem apps
|
|
||||||
$RUNTIME_APPTYPES=array('filesystem');
|
|
||||||
|
|
||||||
// Init owncloud
|
|
||||||
|
|
||||||
|
|
||||||
// Check if we are a user
|
// Check if we are a user
|
||||||
OCP\User::checkLoggedIn();
|
OCP\User::checkLoggedIn();
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// only need filesystem apps
|
|
||||||
$RUNTIME_APPTYPES = array('filesystem');
|
|
||||||
|
|
||||||
$dir = '/';
|
$dir = '/';
|
||||||
|
|
||||||
if (isset($_GET['dir'])) {
|
if (isset($_GET['dir'])) {
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// only need filesystem apps
|
|
||||||
$RUNTIME_APPTYPES=array('filesystem');
|
|
||||||
|
|
||||||
// Init owncloud
|
|
||||||
|
|
||||||
|
|
||||||
OCP\JSON::checkLoggedIn();
|
OCP\JSON::checkLoggedIn();
|
||||||
|
|
||||||
// Load the files
|
// Load the files
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// only need filesystem apps
|
|
||||||
$RUNTIME_APPTYPES=array('filesystem');
|
|
||||||
|
|
||||||
OCP\JSON::checkLoggedIn();
|
OCP\JSON::checkLoggedIn();
|
||||||
|
|
||||||
// Load the files
|
// Load the files
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// only need filesystem apps
|
|
||||||
$RUNTIME_APPTYPES=array('filesystem');
|
|
||||||
|
|
||||||
// Init owncloud
|
|
||||||
|
|
||||||
|
|
||||||
OCP\JSON::checkLoggedIn();
|
OCP\JSON::checkLoggedIn();
|
||||||
|
|
||||||
// Load the files
|
// Load the files
|
||||||
|
|
Loading…
Reference in New Issue