aboutsummaryrefslogtreecommitdiffstats
path: root/img_auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'img_auth.php')
-rw-r--r--img_auth.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/img_auth.php b/img_auth.php
index 864b0560cd41..fb58ba282335 100644
--- a/img_auth.php
+++ b/img_auth.php
@@ -11,7 +11,8 @@
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' );