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.
*/

Comments

dries’s picture

Status: Reviewed & tested by the community » Needs work

Please provide a patch. Thanks!

bart jansens’s picture

Version: x.y.z » 5.x-dev
Status: Needs work » Reviewed & tested by the community
StatusFileSize
new612 bytes

A patch as requested..

dries’s picture

Version: 5.x-dev » 4.7.4
Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks. Needs to be backported to 4.7.

Anonymous’s picture

Status: Fixed » Closed (fixed)