diff options
author | friendica <info@friendica.com> | 2012-04-27 23:17:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-27 23:17:40 -0700 |
commit | f163aed66d2aec038131131c68110043de36137a (patch) | |
tree | 00b05d716ba98aac53901b47f710b5438ec7ac32 /view/admin_site.tpl | |
parent | 3bb06cc3e4fa808df3a4b9fbe85d30c7390c4955 (diff) | |
download | volse-hubzilla-f163aed66d2aec038131131c68110043de36137a.tar.gz volse-hubzilla-f163aed66d2aec038131131c68110043de36137a.tar.bz2 volse-hubzilla-f163aed66d2aec038131131c68110043de36137a.zip |
break up poller into separate processes
Diffstat (limited to 'view/admin_site.tpl')
-rw-r--r-- | view/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/admin_site.tpl b/view/admin_site.tpl index 2b9db9f35..852a2c0bf 100644 --- a/view/admin_site.tpl +++ b/view/admin_site.tpl @@ -80,6 +80,7 @@ {{ inc field_input.tpl with $field=$proxy }}{{ endinc }} {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} {{ inc field_input.tpl with $field=$timeout }}{{ endinc }} + {{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} <div class="submit"><input type="submit" name="page_site" value="$submit" /></div> |