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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2017-10-20 19:34:36 +0300
committerMaxence Lange <maxence@artificial-owl.com>2017-10-20 19:34:36 +0300
commit2397af8a413f30685c27d81fbcbcea469112efc4 (patch)
treeb91bf1329ff5ebe4882897abf24e1ca21b06a7b7 /files
parentb39762fd12d3a155390a299326671e89fd656266 (diff)
moving files/methods around
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'files')
-rw-r--r--files/list.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/list.php b/files/list.php
new file mode 100644
index 00000000..70e82b1f
--- /dev/null
+++ b/files/list.php
@@ -0,0 +1,6 @@
+<?php
+
+OCP\User::checkLoggedIn();
+
+$tmpl = new OCP\Template('circles', 'files/list', '');
+$tmpl->printPage();