Bug #238
Don't generate physical captcha files
| Status: | Closed | Start date: | 2010-03-07 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Alex Cartwright | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 2.6.0 | |||
| PHP Version: |
Description
The Antispam_Captcha library currently stores files on the filesystem for the images it makes. On high volume sites this could quickly fill up hard disk space, and there is no need for them to stay on the disk. Captcha images should be generate by going to a URL and outputting the correct headers for a PNG image.
History
Updated by Alex Cartwright over 1 year ago
Applied in changeset commit:"27349115b82530126ec8fb8efc5fa68b5ec11a5f".