diff --git a/webbuild/webbuild-functions b/webbuild/webbuild-functions index 66378af..5d9e8c1 100644 --- a/webbuild/webbuild-functions +++ b/webbuild/webbuild-functions @@ -96,9 +96,9 @@ function cgi_get_POST_vars() cgi_get_POST_upload "${CONTENT_TYPE/*boundary=}" return fi - [ "${CONTENT_TYPE:0:33}" != "application/x-www-form-urlencoded" ] && \ - echo "Warning: you should probably use MIME type "\ - "application/x-www-form-urlencoded instead of ${CONTENT_TYPE}!" 1>&2 + #[ "${CONTENT_TYPE:0:33}" != "application/x-www-form-urlencoded" ] && \ + # echo "Warning: you should probably use MIME type "\ + # "application/x-www-form-urlencoded instead of ${CONTENT_TYPE}!" 1>&2 # save POST variables (only first time this is called) [ -z "$QUERY_STRING_POST" \ -a "$REQUEST_METHOD" = "POST" -a ! -z "$CONTENT_LENGTH" ] &&