diff --git a/php/Ani-Shell/Ani-Shell.php b/php/Ani-Shell/Ani-Shell.php index 0322c98..89c5939 100644 --- a/php/Ani-Shell/Ani-Shell.php +++ b/php/Ani-Shell/Ani-Shell.php @@ -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'];