summaryrefslogtreecommitdiffstats
path: root/apps/files/recentlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/recentlist.php')
-rw-r--r--apps/files/recentlist.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/recentlist.php b/apps/files/recentlist.php
new file mode 100644
index 00000000000..1976be4894a
--- /dev/null
+++ b/apps/files/recentlist.php
@@ -0,0 +1,7 @@
+<?php
+// Check if we are a user
+OCP\User::checkLoggedIn();
+
+$tmpl = new OCP\Template('files', 'recentlist', '');
+
+$tmpl->printPage();