diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-21 16:22:17 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-21 16:22:17 -0800 |
commit | fb1e3cba8b7a2d5f56a22eebe80314811e4add65 (patch) | |
tree | 44c40d9c366a72038e299338d5f7af6dcea22946 /view/tpl/admin_site.tpl | |
parent | 94d6461568b154d3c228b91912c431474c6ef184 (diff) | |
download | volse-hubzilla-fb1e3cba8b7a2d5f56a22eebe80314811e4add65.tar.gz volse-hubzilla-fb1e3cba8b7a2d5f56a22eebe80314811e4add65.tar.bz2 volse-hubzilla-fb1e3cba8b7a2d5f56a22eebe80314811e4add65.zip |
expose the security setting for SVG thumbnails
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 6b39e844a..399ee42cf 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -83,6 +83,7 @@ <h3>{{$advanced}}</h3> {{include file="field_input.tpl" field=$imagick_path}} + {{include file="field_checkbox.tpl" field=$thumbnail_security}} {{include file="field_input.tpl" field=$proxy}} {{include file="field_input.tpl" field=$proxyuser}} {{include file="field_input.tpl" field=$timeout}} |