summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-05-31 01:05:56 -0400
committersiddharth <s@ricketyspace.net>2021-05-31 01:05:56 -0400
commit44216e79f7acb68efa0698a8a57ab8b0e80fb184 (patch)
treec67af0975ae9266307e4619eb9e8ce776e39ef88
parent6eb135fcf9a1b58473800929c8d7ee1d8590fac3 (diff)
static/volunteer/submit/index.php: update gl_new_issue
Force curl to use ipv4.
-rw-r--r--static/volunteer/submit/index.php2
1 files changed, 1 insertions, 1 deletions
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'"