]> source.dussan.org Git - nextcloud-server.git/commitdiff
apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file
authorkrzaczek <pawel@freshmind.pl>
Tue, 4 Oct 2011 13:58:54 +0000 (15:58 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Fri, 18 Nov 2011 13:05:38 +0000 (14:05 +0100)
to enable other user backend

apps/files_sharing/ajax/getitem.php
apps/files_sharing/ajax/setpermissions.php
apps/files_sharing/ajax/share.php
apps/files_sharing/ajax/unshare.php

index 075ec043eace6879e71683c4e6cdd6bfe4f0cb61..d9df4abe984656f12ffb0117e33d3c246fb469da 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
 
 require_once('../../../lib/base.php');
 OC_JSON::checkAppEnabled('files_sharing');
index 7ee8f0e57bd21e9a308060f44ececfa8894c0c46..200202c704c0da0b95cb5a466240fc2bf5e82bbf 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
 
 require_once('../../../lib/base.php');
 OC_JSON::checkAppEnabled('files_sharing');
index d1f509943179e252facc3d4455857131295dc2fc..9b10260da5a0e10945f300b6d69559d3182c7064 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
 
 require_once('../../../lib/base.php');
 OC_JSON::checkAppEnabled('files_sharing');
index a19a85cfda3639b20a917abbbb7237116d1c3826..d8a72a00efe4317dd41dffa672f550cefe122378 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$RUNTIME_NOAPPS = true;
+//$RUNTIME_NOAPPS = true;
 
 require_once('../../../lib/base.php');
 OC_JSON::checkAppEnabled('files_sharing');