From 7688b00861f203ebefaaccf892b71477b4c1638a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 4 Sep 2020 17:55:14 -0400 Subject: volunteer/submit: update gl_new_issue * static/volunteer/submit/index.php (gl_new_issue): Add comment. --- static/volunteer/submit/index.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/volunteer/submit') diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php index 216b706..72e3980 100644 --- a/static/volunteer/submit/index.php +++ b/static/volunteer/submit/index.php @@ -27,6 +27,11 @@ function conf() { function gl_new_issue($title, $desc) { $conf = conf(); + + /** + * Unable to install php curl module on the current server. So + * commandline curl for now. + */ $cmd = sprintf("%s -v --request POST" . " --header 'Private-Token: %s'" . " %s/1047/issues" -- cgit v1.2.3