diff options
Diffstat (limited to 'modules/infotools/Snoopy.class.php')
-rw-r--r-- | modules/infotools/Snoopy.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/infotools/Snoopy.class.php b/modules/infotools/Snoopy.class.php index f625f67a..77e5b731 100644 --- a/modules/infotools/Snoopy.class.php +++ b/modules/infotools/Snoopy.class.php @@ -1013,7 +1013,7 @@ class Snoopy $headerfile = tempnam($temp_dir, "sno"); $safer_URI = strtr( $URI, "\"", " " ); // strip quotes from the URI to avoid shell access - exec(escapeshellcmd($this->curl_path." -D \"$headerfile\"".$cmdline_params." \"".$safer_URI."\""),$results,$return); + exec($this->curl_path." -D \"$headerfile\"".$cmdline_params." \"".$safer_URI."\"",$results,$return); if($return) { |