From 2b99f79cb0097b0c10e1ab37b0487e7396fb2ee9 Mon Sep 17 00:00:00 2001 From: siddharth Date: Thu, 14 Oct 2021 20:46:08 -0400 Subject: static: update gitlab create issue functions --- static/contact/submit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/contact/submit') 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'" -- cgit v1.2.3