Merge pull request #62 from laf/issue-61

Stop print-syslog.inc.php from shortening hostnames
This commit is contained in:
Paul Gear
2014-02-23 22:14:00 +10:00

View File

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