summaryrefslogtreecommitdiffstats
path: root/static/volunteer/submit/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'static/volunteer/submit/index.php')
-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 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'"