aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-30 14:21:32 -0800
committerfriendica <info@friendica.com>2014-01-30 14:21:32 -0800
commit70de97fca17bac28e174373cd03581b5bae0c471 (patch)
treee8b9c70dd3e93f8d98430e1baea83df88740c8bf /view
parentf2f18578764ed3fce785f7414194ddcae9f0ebf2 (diff)
parentc0f02d774a0af0f0959a7690dadb30586ee0b6b1 (diff)
downloadvolse-hubzilla-70de97fca17bac28e174373cd03581b5bae0c471.tar.gz
volse-hubzilla-70de97fca17bac28e174373cd03581b5bae0c471.tar.bz2
volse-hubzilla-70de97fca17bac28e174373cd03581b5bae0c471.zip
Merge pull request #293 from MicMee/master
more progress in admin to maintain hubloc with ping
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/admin_hubloc.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl
index ea840e1b3..06a8cdf6a 100755
--- a/view/tpl/admin_hubloc.tpl
+++ b/view/tpl/admin_hubloc.tpl
@@ -15,6 +15,7 @@
<form action="{{$baseurl}}/admin/hubloc" method="post">
<input type="hidden" name="hublocid" value="{{$hub.hubloc_id}}">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
+ <input type='hidden' name='url' value='{{$hub.hubloc_host}}'>
<input type="submit" name="check" value="check" >
<input type="submit" name="repair" value="repair" ></td>
</form>