This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e07eb26 Allow query to preset URL
e07eb26 is described below
commit e07eb26a0115babc4ab4260a6aa0add216cbb699
Author: Sebb <sebb@apache.org>
AuthorDate: Thu Nov 3 13:42:01 2016 +0000
Allow query to preset URL
---
www/members/mirror_check.cgi | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/members/mirror_check.cgi b/www/members/mirror_check.cgi
index 75239a2..54dc0ab 100755
--- a/www/members/mirror_check.cgi
+++ b/www/members/mirror_check.cgi
@@ -32,6 +32,7 @@ _html do
_legend 'ASF Mirror Check Request'
_ 'Mirror URL'
_input.name name: 'url', required: true,
+ value: ENV['QUERY_STRING'],
placeholder: 'mirror URL',
size: 50
_input type: 'submit', value: 'Check Mirror'
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|