public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
show actual version in User-Agent when calling Akismet services [Rimantas 
Liubertas]

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2088 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Sep 05 23:50:40 -0700 2006
commit  d7cb9681df4652e9b1c3caae49a72158db6779ad
tree    7fe17b89f2308a30a9d7d72b7c3640360c90d44c
parent  697616519d9e38ac1ae7a367340217eb39d73a0d
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ class Akismet
0
   attr_accessor :proxy_host
0
 
0
   STANDARD_HEADERS = {
0
- 'User-Agent' => 'Mephisto/0.1',
0
+ 'User-Agent' => 'Mephisto/' << Mephisto::Version::STRING,
0
     'Content-Type' => 'application/x-www-form-urlencoded'
0
   }
0
   

Comments

    No one has commented yet.