diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-14 15:32:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-14 15:32:33 -0800 |
commit | 465d89129caaaa0240229f8d6f81d68f26eb60b0 (patch) | |
tree | 2d547ae70a283f6cc0c92c10863b6c837f522d4d /view/tpl/admin_site.tpl | |
parent | 24da5d82db8316a54ccb41616e0e2acb5d73fc84 (diff) | |
download | volse-hubzilla-465d89129caaaa0240229f8d6f81d68f26eb60b0.tar.gz volse-hubzilla-465d89129caaaa0240229f8d6f81d68f26eb60b0.tar.bz2 volse-hubzilla-465d89129caaaa0240229f8d6f81d68f26eb60b0.zip |
provide option to block the public stream unless authenticated, since there could be legal issues with unmoderated content
Diffstat (limited to 'view/tpl/admin_site.tpl')
-rwxr-xr-x | view/tpl/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 0eabe620d..78e3ee245 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -84,6 +84,7 @@ {{include file="field_checkbox.tpl" field=$force_publish}} {{include file="field_checkbox.tpl" field=$disable_discover_tab}} {{include file="field_checkbox.tpl" field=$site_firehose}} + {{include file="field_checkbox.tpl" field=$open_pubstream}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |