diff options
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/files/appinfo/remote.php | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 2abf54e7da6..03076dee98c 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -6,5 +6,6 @@ <licence>AGPL</licence> <author>Robin Appelman</author> <require>2</require> + <standalone/> <default_enable/> </info> diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 0f618c391ad..94ae101bb00 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -22,11 +22,9 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. * */ - // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem','authentication'); - - +require_once('../lib/base.php'); // Backends $authBackend = new OC_Connector_Sabre_Auth(); |