mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Corrected comment character
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ function external_exec($command)
|
||||
|
||||
function shorthost($hostname, $len=12)
|
||||
{
|
||||
# IP addresses should not be shortened
|
||||
// IP addresses should not be shortened
|
||||
if (filter_var($hostname, FILTER_VALIDATE_IP))
|
||||
return $hostname;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user