From 44216e79f7acb68efa0698a8a57ab8b0e80fb184 Mon Sep 17 00:00:00 2001 From: siddharth Date: Mon, 31 May 2021 01:05:56 -0400 Subject: static/volunteer/submit/index.php: update gl_new_issue Force curl to use ipv4. --- static/volunteer/submit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/volunteer/submit') diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php index 4ffb3d4..5b7aa63 100644 --- a/static/volunteer/submit/index.php +++ b/static/volunteer/submit/index.php @@ -32,7 +32,7 @@ function gl_new_issue($title, $desc) { * Unable to install php curl module on the current server. So * commandline curl for now. */ - $cmd = sprintf("%s -v --request POST" + $cmd = sprintf("%s -v -4 --request POST" . " --header 'Private-Token: %s'" . " %s/1047/issues" . " -d title='%s'" -- cgit v1.2.3