From 926e6830d6e25631d4965aac93afd86640d8b5a3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 12 Nov 2006 19:16:09 +0000 Subject: - Patch #81076 by Bart Jansens: documentation correction. --- includes/bootstrap.inc | 4 ++-- 1 file 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() { -- cgit v1.2.3