summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php5
1 files changed, 5 insertions, 0 deletions
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"