From 0cb21ebe29c91d9ebc78b80e5c7ca7d3c4ab5cc1 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 9 Jul 2006 04:30:16 +0000 Subject: [PATCH] XSS --- profileinfo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/profileinfo.php b/profileinfo.php index c7305b3515..52658fb49a 100644 --- a/profileinfo.php +++ b/profileinfo.php @@ -48,7 +48,6 @@ $wgDBadminuser = $wgDBadminpassword = $wgDBserver = $wgDBname = $wgEnableProfile define("MEDIAWIKI", 1); if ( isset( $_REQUEST['GLOBALS'] ) ) { - print $GLOBALS; echo '$GLOBALS overwrite vulnerability'; die( -1 ); } -- 2.20.1