6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
{
|
||
|
return "" unless (defined $ExternalIP);
|
||
|
|
||
|
return "[$ExternalIP]";
|
||
|
}
|