Skip to content

Commit

Permalink
version 1.66 update
Browse files Browse the repository at this point in the history
  • Loading branch information
emposha committed Apr 7, 2014
1 parent c42a4fb commit ed1199e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shelldetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,10 @@ function __construct($settings = null) {
if (isset($_GET['task'])) {
$this->task = $_GET['task'];
}
if (isset($_GET['s']) && 1 == $_GET['s']) {
$this->hidesuspicious = false;
}

if (isset($_GET['s']) && 1 == $_GET['s']) {
$this->hidesuspicious = false;
}

if (file_exists('shelldetect.db')) {
$context = stream_context_create(array('http' => array('timeout' => 30)));
Expand Down

0 comments on commit ed1199e

Please sign in to comment.