Let's not have another fatal error due to a simple oversight right before a release...
[lhc/web/wiklou.git] / redirect.php
index 7c7aa3b..c0e8746 100644 (file)
@@ -4,7 +4,8 @@ unset( $IP );
 $wgCommandLineMode = false;
 define( 'MEDIAWIKI', true );
 if ( isset( $_REQUEST['GLOBALS'] ) ) {
-       die( '<a href="http://www.hardened-php.net/index.76.html">$GLOBALS overwrite vulnerability</a>');
+       echo '<a href="http://www.hardened-php.net/index.76.html">$GLOBALS overwrite vulnerability</a>';
+       die( -1 );
 }
 
 require_once( './includes/Defines.php' );