r51683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51682‎ | r51683 | r51684 >
Date:05:48, 10 June 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Backported r51682, possible security fix.
Modified paths:
  • /branches/REL1_15/extensions/gis (modified) (history)
  • /branches/REL1_15/extensions/gis/kml.php (modified) (history)

Diff [purge]

Index: branches/REL1_15/extensions/gis/kml.php
@@ -35,7 +35,7 @@
3636
3737 $wgGisVersion = '0.5alpha';
3838
39 -include_once ( "gissettings.php" ) ;
 39+require_once ( "gissettings.php" ) ;
4040
4141 if ( isset ( $wikibasedir ) )
4242 {
Property changes on: branches/REL1_15/extensions/gis
___________________________________________________________________
Name: svn:mergeinfo
4343 + /trunk/extensions/gis:51682

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r51682Use require not include, to avoid possible register_globals vulnerability.tstarling05:45, 10 June 2009

Status & tagging log