Changeset 3235
- Timestamp:
- 11/29/05 14:07:30 (3 years ago)
- Files:
-
- trunk/wp-includes/class-snoopy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/class-snoopy.php
r3191 r3235 1013 1013 1014 1014 $safer_URI = strtr( $URI, "\"", " " ); // strip quotes from the URI to avoid shell access 1015 exec( $this->curl_path." -D \"$headerfile\"".$cmdline_params." \"".$safer_URI."\"",$results,$return);1015 exec(escapeshellcmd($this->curl_path." -D \"$headerfile\"".$cmdline_params." \"".$safer_URI."\""),$results,$return); 1016 1016 1017 1017 if($return)
