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

who-has-access.php « templates - github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efbc2af15da5dcc7521da89dda8589c22dc04b87 (plain)
1
2
3
4
5
6
7
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>