Corrected comment character

This commit is contained in:
timdufrane
2014-03-28 13:05:39 -04:00
parent b2bc7b8db8
commit c5c9da955d

View File

@@ -32,7 +32,7 @@ function external_exec($command)
function shorthost($hostname, $len=12) function shorthost($hostname, $len=12)
{ {
# IP addresses should not be shortened // IP addresses should not be shortened
if (filter_var($hostname, FILTER_VALIDATE_IP)) if (filter_var($hostname, FILTER_VALIDATE_IP))
return $hostname; return $hostname;