* Remove last bit of code that uses PATH_INFO from img_auth.php so that people who...
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 2 Feb 2011 01:08:15 +0000 (01:08 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 2 Feb 2011 01:08:15 +0000 (01:08 +0000)
commit9de57fff82b79d0c0ec69b40028ab8e9edaa40bd
treeab9c98d60446d4acd42cda5fc4a1d539d34669ac
parenta2ec67cfb54f0d3d1ea4d557dbb42468b7e378af
* Remove last bit of code that uses PATH_INFO from img_auth.php so that people who want to use protected images on hosts with sadly mis-shapen PHPs (e.g. GoDaddy) can.
* Mangle PATH_INFO handler in WebRequest so that all the relevant bits are in a (couple of) static functions.
img_auth.php
includes/WebRequest.php