r73382 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r73381
|
r73382
|
r73383
>
Date:
15:40, 20 September 2010
Author:
platonides
Status:
deferred
Tags:
Comment:
Follow
r73381
. That dangling $IP could end up in a remote include vulnerability.
Modified paths:
/trunk/extensions/Maps/test/commandLine.inc
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Maps/test/commandLine.inc
—
—
@@ -18,6 +18,7 @@
19
19
break;
20
20
}
21
21
}
22
+ die( 'maintenance/commandLine.inc not found' );
22
23
}
23
24
require( "$IP/maintenance/commandLine.inc" );
24
25
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r73381
Follow up
r72799
, using MW_INSTALL_PATH and moving the logic to find maintena...
platonides
15:38, 20 September 2010
Status & tagging log
19:39, 23 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r73382
[
removed:
new
added:
deferred]