Added a basic thumb-handler.php file, configured via thumb.config.php. The code is...
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 23 Oct 2011 09:36:35 +0000 (09:36 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 23 Oct 2011 09:36:35 +0000 (09:36 +0000)
commit9907c91477f5a5ccddd438ec708c438ade2dd93a
treede838b2baf8e48c80c720127d2272293a09cc2b9
parent9e230f3076219d08ff422149d9b9bfe70989d1b2
Added a basic thumb-handler.php file, configured via thumb.config.php. The code is based on the wmf thumb handler, but simplified. It is disabled by default.
* The thumb.php parameter extraction can also be overridden by the config to handle more complex setups and things like OggHandler and PagedTiffHandler.
* A simple 404 error page is also included. It can be overridden by the config.
* Additional HTTP headers can be passed through cURL via the config.
404.php [new file with mode: 0644]
thumb-handler.php [new file with mode: 0644]
thumb.config.sample [new file with mode: 0644]