Changed the "request_uri()" in the comment for function request_uri to "$_SERVER['REQUEST_URI']" in includes/bootstrap.inc
Original was :
/**
* Since request_uri() is only available on Apache, we generate an
* equivalent using other environment variables.
*/
Modified :
/**
* Since $_SERVER['REQUEST_URI'] is only available on Apache, we generate an
* equivalent using other environment variables.
*/
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 20061112.request-uri-doc.patch.txt | 612 bytes | bart jansens |
| bootstrap.inc.txt | 21.24 KB | brainless |
Comments
Comment #1
dries commentedPlease provide a patch. Thanks!
Comment #2
bart jansens commentedA patch as requested..
Comment #3
dries commentedCommitted to CVS HEAD. Thanks. Needs to be backported to 4.7.
Comment #4
(not verified) commented