diff options
author | redmatrix <mike@macgirvin.com> | 2016-08-23 23:00:24 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-08-23 23:00:24 -0700 |
commit | 238621ee926e43625a8b15fb9faf996fb45149b3 (patch) | |
tree | 956e1089df21189aebba8d30b63a01774db9890c /view/tpl/install_settings.tpl | |
parent | 206054678ba70fae851c40bf79871ad9a042ca2f (diff) | |
download | volse-hubzilla-238621ee926e43625a8b15fb9faf996fb45149b3.tar.gz volse-hubzilla-238621ee926e43625a8b15fb9faf996fb45149b3.tar.bz2 volse-hubzilla-238621ee926e43625a8b15fb9faf996fb45149b3.zip |
allow changing the server role - as well as configuring any of the three options during installation
Diffstat (limited to 'view/tpl/install_settings.tpl')
-rwxr-xr-x | view/tpl/install_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl index 5ecd3243b..f7a0108a8 100755 --- a/view/tpl/install_settings.tpl +++ b/view/tpl/install_settings.tpl @@ -19,7 +19,7 @@ {{include file="field_input.tpl" field=$adminmail}} {{include file="field_input.tpl" field=$siteurl}} -{{include file="field_checkbox.tpl" field=$advanced}} +{{include file="field_select.tpl" field=$server_role}} {{include file="field_select_grouped.tpl" field=$timezone}} |