Stop print-syslog.inc.php from shortening hostnames

This commit is contained in:
laf
2014-01-14 15:32:48 +00:00
parent 776e4a0d6a
commit 648f5bb500

View File

@@ -5,7 +5,8 @@ if (device_permitted($entry['device_id']))
echo("<tr class=\"syslog\">
<td width=0></td>");
$entry['hostname'] = shorthost($entry['hostname'], 20);
// Stop shortening hostname. Issue #61
//$entry['hostname'] = shorthost($entry['hostname'], 20);
if ($vars['page'] != "device")
{