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: 194e548fa2f5636905904706a3be424dc392f585 (plain)
1
2
3
4
5
6
7
8
<div id="themes" class="section">
	<h3><?php p($l->t('Who has access to your 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>