commit
c9898cf261
95 changed files with 5217 additions and 0 deletions
12
engines/special/user_agent.php
Normal file
12
engines/special/user_agent.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
class UserAgentRequest extends EngineRequest {
|
||||
public function parse_results($response) {
|
||||
return array(
|
||||
"special_response" => array(
|
||||
"response" => $_SERVER["HTTP_USER_AGENT"],
|
||||
"source" => null
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue