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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/who-has-access.php')
-rw-r--r--templates/who-has-access.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/who-has-access.php b/templates/who-has-access.php
new file mode 100644
index 0000000..efbc2af
--- /dev/null
+++ b/templates/who-has-access.php
@@ -0,0 +1,8 @@
+<div id="themes" class="section">
+ <h3><?php p($l->t('Who has access to my data?')) ?></h3>
+ <h4><?php p($l->t('Administrators')); ?></h4>
+ <div id="privacy_access_admins"></div>
+
+ <h4><?php p($l->t('People you shared with')) ?></h4>
+ <div id="privacy_access_shares"></div>
+</div> \ No newline at end of file