diff options
author | friendica <info@friendica.com> | 2014-03-13 15:36:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-13 15:36:35 -0700 |
commit | a8ea9197654415cbe156fb5552f9d668a0b86eba (patch) | |
tree | 70bafa7682ef3835286c1c5629c7a73b1be02560 /view/tpl/admin_site.tpl | |
parent | 5a8be68900250267aa01923f87cf3978c50421e8 (diff) | |
download | volse-hubzilla-a8ea9197654415cbe156fb5552f9d668a0b86eba.tar.gz volse-hubzilla-a8ea9197654415cbe156fb5552f9d668a0b86eba.tar.bz2 volse-hubzilla-a8ea9197654415cbe156fb5552f9d668a0b86eba.zip |
remove allowed friend domains and allowed email domains from admin settings - as they are not implemented
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 9b90fb4b0..3e3b826f0 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -64,8 +64,6 @@ {{include file="field_input.tpl" field=$maximagesize}} <h3>{{$corporate}}</h3> - {{include file="field_input.tpl" field=$allowed_sites}} - {{include file="field_input.tpl" field=$allowed_email}} {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$force_publish}} |