diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-10 00:05:20 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-10 00:05:20 -0700 |
commit | 887a59066bafeb3061091515970359e702443654 (patch) | |
tree | 9b4d894a289bfce317d683159ddb9ebff3981411 /view/tpl/admin_site.tpl | |
parent | e060135304a337cf4a627b1f1e0dc7131f987362 (diff) | |
download | volse-hubzilla-887a59066bafeb3061091515970359e702443654.tar.gz volse-hubzilla-887a59066bafeb3061091515970359e702443654.tar.bz2 volse-hubzilla-887a59066bafeb3061091515970359e702443654.zip |
last commented expiration setting in admin
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 fb96ef2cf..7e99b2c86 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -101,6 +101,7 @@ {{include file="field_input.tpl" field=$maxloadavg}} {{include file="field_input.tpl" field=$abandon_days}} {{include file="field_input.tpl" field=$default_expire_days}} + {{include file="field_input.tpl" field=$active_expire_days}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |