Assembla home | Assembla project page
 

Changeset 133

Show
Ignore:
Timestamp:
03/06/08 17:33:26 (9 months ago)
Author:
tobias382
Message:

Removed an extranneous HTTP header that was causing requests to fail in the Acronym plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Plugin/Acronym.php

    r106 r133  
    143143                'timeout' => 5, 
    144144                'method' => 'GET', 
    145                 'header' => 'Content-type: application/x-www-form-urlencoded', 
    146145                'user_agent' => 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12', 
    147146                'content' => http_build_query(array('terms' => $acronym, 'andor' => 'or', 'acronym' => 'on'))