apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file

to enable other user backend
This commit is contained in:
krzaczek 2011-10-04 15:58:54 +02:00 committed by Robin Appelman
parent a70c2b3cb9
commit 82f30c709c
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?php
$RUNTIME_NOAPPS = true;
//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');
OC_JSON::checkAppEnabled('files_sharing');

View File

@ -1,5 +1,5 @@
<?php
$RUNTIME_NOAPPS = true;
//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');
OC_JSON::checkAppEnabled('files_sharing');

View File

@ -1,5 +1,5 @@
<?php
$RUNTIME_NOAPPS = true;
//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');
OC_JSON::checkAppEnabled('files_sharing');

View File

@ -1,5 +1,5 @@
<?php
$RUNTIME_NOAPPS = true;
//$RUNTIME_NOAPPS = true;
require_once('../../../lib/base.php');
OC_JSON::checkAppEnabled('files_sharing');