From 83b50f5a8e68e8b24af588a1b76c9aae22c7a74f Mon Sep 17 00:00:00 2001 From: John Du Hart Date: Wed, 26 Oct 2011 19:04:46 +0000 Subject: [PATCH] Small todo note about ApiMain --- includes/api/ApiMain.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index a3e2fd7716..11c4b22586 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -551,6 +551,7 @@ class ApiMain extends ApiBase { if ( !is_null( $requestid ) ) { $result->addValue( null, 'requestid', $requestid ); } + // TODO: Isn't there a setting to disable sharing the server hostname? $servedby = $this->getParameter( 'servedby' ); if ( $servedby ) { $result->addValue( null, 'servedby', wfHostName() ); -- 2.20.1