diff --git a/html/includes/device-header.inc.php b/html/includes/device-header.inc.php
index 8080c2c13..32f0694c4 100644
--- a/html/includes/device-header.inc.php
+++ b/html/includes/device-header.inc.php
@@ -1,21 +1,36 @@
-
$image |
- " . generate_device_link($device) . "
- " . $device['location'] . " |
+ echo('
+
+ | '.$image.' |
+ ' . generate_device_link($device) . '
+ ' . $device['location'] . ' |
|
-
");
+ ');
?>
diff --git a/html/pages/device.inc.php b/html/pages/device.inc.php
index 1a5b34c5a..7c0ecac83 100644
--- a/html/pages/device.inc.php
+++ b/html/pages/device.inc.php
@@ -24,7 +24,8 @@ if (device_permitted($_GET['id']) || $check_device == $_GET['id'])
$device = device_by_id_cache($_GET['id']);
if ($config['os'][$device['os']]['group']) { $device['os_group'] = $config['os'][$device['os']]['group']; }
- echo('');
+ echo('');
+ #include("includes/hostbox.inc.php");
include("includes/device-header.inc.php");
echo('
');
diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php
index 8bc5ac20c..e8aa8748a 100644
--- a/includes/defaults.inc.php
+++ b/includes/defaults.inc.php
@@ -166,7 +166,7 @@ $config['bad_if'] = array("voip-null", "virtual-", "unrouted", "eobc", "mpls", "
"-atm layer", "-atm subif", "-shdsl", "-aal5", "-atm", "container",
"async", "plip", "-physical", "-signalling", "container", "unrouted",
"bri", "-bearer", "bluetooth", "isatap", "ras", "qos", "miniport", "sonet/sdh",
- "span rp", "span sp", "sslvpn");
+ "span rp", "span sp", "sslvpn", "pppoe-");
$config['bad_if_regexp'] = array("/serial[0-9]:/", "/^ng[0-9]+$/", "/^sl[0-9]/");