diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-12 19:16:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-12 19:16:09 +0000 |
commit | 926e6830d6e25631d4965aac93afd86640d8b5a3 (patch) | |
tree | cba7ee79626b560c44c03cf7f4f0ad9b2bad1538 | |
parent | c56c5b41793eea279aed941ad49fab3c62842976 (diff) | |
download | brdo-926e6830d6e25631d4965aac93afd86640d8b5a3.tar.gz brdo-926e6830d6e25631d4965aac93afd86640d8b5a3.tar.bz2 |
- Patch #81076 by Bart Jansens: documentation correction.
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 8e7390d2c..52274b4f1 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -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() { |