Remove useless setting of RUNTIME_NOAPPS

This commit is contained in:
Bart Visscher 2012-08-08 17:17:37 +02:00
parent 7522a23693
commit 10cfcd4ff0
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +1,3 @@
<?php
// no need for apps
$RUNTIME_NOAPPS=false;
// Init owncloud
print OC_Helper::mimetypeIcon($_GET['mime']);

View file

@ -23,10 +23,6 @@
header('Content-type: text/html; charset=UTF-8') ;
//no apps
$RUNTIME_NOAPPS=true;
OCP\JSON::checkAppEnabled('media');
$autoUpdate=(isset($_GET['autoupdate']) and $_GET['autoupdate']=='true');