Révision 4055fb15
assp: fix typo
Closes #168
| plugins/other/assp-smtp-connection-statistics | ||
|---|---|---|
| 31 | 31 |
my $url = "http://localhost:55553/"; # (defaults to localhost) |
| 32 | 32 |
my $response = 0; # the server output |
| 33 | 33 |
my @content = (); # the content we're retrive from $response |
| 34 |
my %index # for Version 2
|
|
| 34 |
my %index = ( # for Version 2
|
|
| 35 | 35 |
'from' => 25, # <-- index frame from ( a tweak for other ASSP Versions ) |
| 36 | 36 |
'to' => 38 # <-- index frame to ( "" ) |
| 37 | 37 |
); |
Formats disponibles : Unified diff