r41441 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41440‎ | r41441 | r41442 >
Date:19:30, 30 September 2008
Author:brion
Status:old
Tags:
Comment:
suppress warnings
Modified paths:
  • /trunk/tools/codereview-proxy/index.php (modified) (history)

Diff [purge]

Index: trunk/tools/codereview-proxy/index.php
@@ -4,9 +4,10 @@
55 // Wikimedia's web servers currently don't have direct access to our
66 // Subversion server, which is in a separate data center.
77
 8+ini_set( 'display_errors', false);
 9+header('Content-type: application/x-json');
 10+
811 $data = runAction( "http://svn.wikimedia.org/svnroot/mediawiki" );
9 -
10 -header('Content-type: application/x-json');
1112 echo json_encode( $data );
1213
1314 function inputStr( $key, $default=null ) {

Status & tagging log