Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -551,6 +551,7 @@ |
552 | 552 | if ( !is_null( $requestid ) ) { |
553 | 553 | $result->addValue( null, 'requestid', $requestid ); |
554 | 554 | } |
| 555 | + // TODO: Isn't there a setting to disable sharing the server hostname? |
555 | 556 | $servedby = $this->getParameter( 'servedby' ); |
556 | 557 | if ( $servedby ) { |
557 | 558 | $result->addValue( null, 'servedby', wfHostName() ); |