Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-04-13 18:45:49 +0300
committerRobin Appelman <robin@icewind.nl>2017-04-13 18:45:49 +0300
commite38d9bf08246bad7821d21e787d32243365e2f97 (patch)
treecfe246289d72f1da5e02da77c822bb7161057efb /appinfo/app.php
parente8e63c2b4a081d22e8d3fb76b0665df77c8bc2e8 (diff)
mount group folders and wip ui
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index a4abe2da..8a567889 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,2 +1,7 @@
<?php
+use OCA\GroupFolders\AppInfo\Application;
+
+$app = new Application();
+$app->register();
+