remove superfluous $RUNTIME_APPTYPES

This commit is contained in:
Thomas Müller 2014-02-06 09:50:11 +01:00
parent afbe50d09c
commit 21207c6a73
5 changed files with 0 additions and 24 deletions

View File

@ -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();

View File

@ -1,8 +1,5 @@
<?php <?php
// only need filesystem apps
$RUNTIME_APPTYPES = array('filesystem');
$dir = '/'; $dir = '/';
if (isset($_GET['dir'])) { if (isset($_GET['dir'])) {

View File

@ -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

View File

@ -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

View File

@ -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