summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-10-14 20:46:08 -0400
committersiddharth <s@ricketyspace.net>2021-10-14 20:46:08 -0400
commit2b99f79cb0097b0c10e1ab37b0487e7396fb2ee9 (patch)
treebb34aed682e5c975d29d77d8fa556be89b4b6827
parent5ba5dcc6a6013ee036617b79c5d5f858102486c6 (diff)
static: update gitlab create issue functions
-rw-r--r--static/contact/submit/index.php2
-rw-r--r--static/volunteer/submit/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php
index 1949993..fb1515c 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 -4 --request POST"
+ $cmd = sprintf("%s -k -v -4 --request POST"
. " --header 'Private-Token: %s'"
. " %s/1047/issues"
. " -d title='%s'"
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index 5b7aa63..ba1fad5 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 -4 --request POST"
+ $cmd = sprintf("%s -k -v -4 --request POST"
. " --header 'Private-Token: %s'"
. " %s/1047/issues"
. " -d title='%s'"