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 @@
1919 break;
2020 }
2121 }
 22+ die( 'maintenance/commandLine.inc not found' );
2223 }
2324 require( "$IP/maintenance/commandLine.inc" );
2425

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73381Follow up r72799, using MW_INSTALL_PATH and moving the logic to find maintena...platonides15:38, 20 September 2010

Status & tagging log