]> git.plutz.net Git - confetti/blobdiff - cgi.sh
show attendees in course list
[confetti] / cgi.sh
diff --git a/cgi.sh b/cgi.sh
index 39172ba9ecdd7bb8abc3997d182b97fe114085c3..803c2bb09c4d251af92a6bf2f7a596c61c3700db 100755 (executable)
--- a/cgi.sh
+++ b/cgi.sh
@@ -24,6 +24,7 @@ cgi_post() {  # parse HTTP POST string
     else
       _POST["$key"]="$value"
     fi
+    #debug "_POST[$key] => $value"
   done
 }