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