- Patch #81076 by Bart Jansens: documentation correction.

5.x
Dries Buytaert 2006-11-12 19:16:09 +00:00
parent c56c5b4179
commit 926e6830d6
1 changed files with 2 additions and 2 deletions

View File

@ -499,8 +499,8 @@ function check_plain($text) {
} }
/** /**
* Since request_uri() is only available on Apache, we generate an * Since $_SERVER['REQUEST_URI'] is only available on Apache, we
* equivalent using other environment variables. * generate an equivalent using other environment variables.
*/ */
function request_uri() { function request_uri() {