| 192 | */ |
| 193 | |
| 194 | int /* O - 1 if multi-part supported, 0 otherwise */ |
| 195 | cgiSupportsMultipart(void) |
| 196 | { |
| 197 | /* |
| 198 | * Too many bug reports for browsers that don't support it, and too much pain |
| 199 | * to whitelist known-good browsers, so for now we just punt on multi-part |
| 200 | * support... :( |
| 201 | */ |
| 202 | |
| 203 | return (0); |
| 204 | } |
| 205 | |
| 206 | |
| 207 | /* |
no outgoing calls
no test coverage detected