Changeset 4949

Show
Ignore:
Timestamp:
10/30/09 10:46:53 (4 weeks ago)
Author:
fumiakiy
Message:

Use PRODUCT_NAME.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/lib/MT.pm

    r4895 r4949  
    23692369    my $sec_proxy = exists $opt->{sec_proxy} ? $opt->{sec_proxy} : $cfg->HTTPSProxy; 
    23702370    my $no_proxy = exists $opt->{no_proxy} ? $opt->{no_proxy} : $cfg->HTTPNoProxy || $cfg->PingNoProxy; 
    2371     my $agent = $opt->{agent} || 'MovableType/' . $MT::VERSION; 
     2371    my $agent = $opt->{agent} || $MT::PRODUCT_NAME . '/' . $MT::VERSION; 
    23722372    my $interface = exists $opt->{interface} ? $opt->{interface} : $cfg->HTTPInterface || $cfg->PingInterface; 
    23732373