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 @@
2
2
<?php
3
+if ( !defined( 'MEDIAWIKI' ) ) die();
3
4
4
5
$wgExtensionCredits['other'][] = array(
5
6
'path' => __FILE__,
Status & tagging log
21:00, 21 September 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r97756
[
removed:
new
added:
ok]