diff options
author | Michael Meer <michael@meer.name> | 2014-01-30 10:39:09 +0100 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2014-01-30 10:39:09 +0100 |
commit | 0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38 (patch) | |
tree | 29906db19f930d0585c9978d2d3fbaf8ca47041b /view/tpl | |
parent | e5d1e20ff50f49909e7df6fe7efe0d7488e58eaa (diff) | |
download | volse-hubzilla-0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38.tar.gz volse-hubzilla-0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38.tar.bz2 volse-hubzilla-0a2b2a139080b41c10bbc7fc0f3b24129f2c3c38.zip |
attempt with fix URL for testing works
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/admin_hubloc.tpl | 1 |
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> |