6 lines
77 B
Plaintext
Raw Normal View History

{
return "" unless (defined $ExternalIP);
return "[$ExternalIP]";
}