r97756 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97755‎ | r97756 | r97757 >
Date:19:24, 21 September 2011
Author:siebrand
Status:ok
Tags:
Comment:
Protect against register_globals vulnerabilities
Modified paths:
  • /trunk/extensions/IndexFunction/IndexFunction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/IndexFunction/IndexFunction.php
@@ -1,4 +1,5 @@
22 <?php
 3+if ( !defined( 'MEDIAWIKI' ) ) die();
34
45 $wgExtensionCredits['other'][] = array(
56 'path' => __FILE__,

Status & tagging log