summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-09-22 12:13:44 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-12-09 11:32:39 +0100
commit539c0aeb04f3210654972548f51f8cf61fce49ae (patch)
tree8af2eac1818cedf019ee41a5f7bfb19f5d8e4d1a /apps/files/templates/index.php
parentc36bac3abdd4b41620bdebbc3391612aac620fb8 (diff)
downloadnextcloud-server-539c0aeb04f3210654972548f51f8cf61fce49ae.tar.gz
nextcloud-server-539c0aeb04f3210654972548f51f8cf61fce49ae.zip
Add an option to disallow sending sharing emails to non-owncloud users
Fix #10836
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r--apps/files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index b52effb1e78..222a996aae3 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -15,5 +15,6 @@
<input type="hidden" name="encryptedFiles" id="encryptedFiles" value="<?php $_['encryptedFiles'] ? p('1') : p('0'); ?>" />
<input type="hidden" name="encryptedInitStatus" id="encryptionInitStatus" value="<?php p($_['encryptionInitStatus']) ?>" />
<input type="hidden" name="mailNotificationEnabled" id="mailNotificationEnabled" value="<?php p($_['mailNotificationEnabled']) ?>" />
+<input type="hidden" name="mailPublicNotificationEnabled" id="mailPublicNotificationEnabled" value="<?php p($_['mailPublicNotificationEnabled']) ?>" />
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="<?php p($_['allowShareWithLink']) ?>" />
<?php endif;