- Patch #81076 by Bart Jansens: documentation correction.
parent
c56c5b4179
commit
926e6830d6
|
@ -499,8 +499,8 @@ function check_plain($text) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Since request_uri() is only available on Apache, we generate an
|
||||
* equivalent using other environment variables.
|
||||
* Since $_SERVER['REQUEST_URI'] is only available on Apache, we
|
||||
* generate an equivalent using other environment variables.
|
||||
*/
|
||||
function request_uri() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue