Index: trunk/phase3/includes/WebStart.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | # This must be done before any globals are set by the code |
10 | 10 | if ( ini_get( 'register_globals' ) ) { |
11 | 11 | if ( isset( $_REQUEST['GLOBALS'] ) ) { |
12 | | - die( '<a href="http://www.hardened-php.net/index.76.html">$GLOBALS overwrite vulnerability</a>'); |
| 12 | + die( '<a href="http://www.hardened-php.net/globals-problem">$GLOBALS overwrite vulnerability</a>'); |
13 | 13 | } |
14 | 14 | $verboten = array( |
15 | 15 | 'GLOBALS', |