summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc4
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() {