From 60fd9e4b5fca7eaf1602589793d9545954e5c659 Mon Sep 17 00:00:00 2001 From: siddharth Date: Mon, 31 May 2021 01:06:51 -0400 Subject: static/contact/submit/index.php: update gl_new_issue Force curl to use ipv4. --- static/contact/submit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/contact/submit/index.php') diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php index 6e6721c..1949993 100644 --- a/static/contact/submit/index.php +++ b/static/contact/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