Skip to content

Commit

Permalink
Edited system/application/libraries/Google.php via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepeecs committed May 26, 2011
1 parent 0b95b1c commit 443e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/application/libraries/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function gsearch($title)
// The request also includes the userip parameter which provides the end
// user's IP address. Doing so will help distinguish this legitimate
// server-side traffic from traffic which doesn't come from an end-user.
$url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&". "q=".$title."&key=ABQIAAAALUaFzzv3t014-DQYFa3LLRTSvysYC7I9rNrj0KMl--dyqp8p3BSpFyFz1MZoEWLHAYaSro1d8KBuVw&userip=USERS-IP-ADDRESS";
$url = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&". "q=".$title."&key=ABQIAAAAALUaFzzv3t014-DQYFa3LLRTSvysYC7I9rNrj0KMl--dyqp8p3BSpFyFz1MZoEWLHAYaSro1d8KBuVw&userip=USERS-IP-ADDRESS";

// sendRequest
// note how referer is set manually
Expand Down

0 comments on commit 443e098

Please sign in to comment.