apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file
to enable other user backend
This commit is contained in:
parent
a70c2b3cb9
commit
82f30c709c
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$RUNTIME_NOAPPS = true;
|
||||
//$RUNTIME_NOAPPS = true;
|
||||
|
||||
require_once('../../../lib/base.php');
|
||||
OC_JSON::checkAppEnabled('files_sharing');
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$RUNTIME_NOAPPS = true;
|
||||
//$RUNTIME_NOAPPS = true;
|
||||
|
||||
require_once('../../../lib/base.php');
|
||||
OC_JSON::checkAppEnabled('files_sharing');
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$RUNTIME_NOAPPS = true;
|
||||
//$RUNTIME_NOAPPS = true;
|
||||
|
||||
require_once('../../../lib/base.php');
|
||||
OC_JSON::checkAppEnabled('files_sharing');
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$RUNTIME_NOAPPS = true;
|
||||
//$RUNTIME_NOAPPS = true;
|
||||
|
||||
require_once('../../../lib/base.php');
|
||||
OC_JSON::checkAppEnabled('files_sharing');
|
||||
|
|
Loading…
Reference in New Issue