summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-10-18 21:06:51 -0400
committersiddharth <s@ricketyspace.net>2021-10-18 21:06:51 -0400
commit73df8d759e5fe1c24eea0ba3be16f6c9ce78d713 (patch)
tree3e7d6dc25c2fab15e20aee97380393531f927386
parent2b99f79cb0097b0c10e1ab37b0487e7396fb2ee9 (diff)
Revert "static: update gitlab create issue functions"HEADmaster
This reverts commit 2b99f79cb0097b0c10e1ab37b0487e7396fb2ee9.
-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 fb1515c..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 -k -v -4 --request POST"
+ $cmd = sprintf("%s -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 ba1fad5..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 -k -v -4 --request POST"
+ $cmd = sprintf("%s -v -4 --request POST"
. " --header 'Private-Token: %s'"
. " %s/1047/issues"
. " -d title='%s'"