Fix URL for $GLOBALS overwrite vulnerability.
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jul 2010 02:17:18 +0000 (02:17 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jul 2010 02:17:18 +0000 (02:17 +0000)
includes/WebStart.php

index d95ac50..6254ed9 100644 (file)
@@ -8,7 +8,7 @@
 # This must be done before any globals are set by the code
 if ( ini_get( 'register_globals' ) ) {
        if ( isset( $_REQUEST['GLOBALS'] ) ) {
-               die( '<a href="http://www.hardened-php.net/index.76.html">$GLOBALS overwrite vulnerability</a>');
+               die( '<a href="http://www.hardened-php.net/globals-problem">$GLOBALS overwrite vulnerability</a>');
        }
        $verboten = array(
                'GLOBALS',