Changeset 4949
- Timestamp:
- 10/30/09 10:46:53 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT.pm
r4895 r4949 2369 2369 my $sec_proxy = exists $opt->{sec_proxy} ? $opt->{sec_proxy} : $cfg->HTTPSProxy; 2370 2370 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; 2372 2372 my $interface = exists $opt->{interface} ? $opt->{interface} : $cfg->HTTPInterface || $cfg->PingInterface; 2373 2373
