diff --git a/html/pages/device/dev-entphysical.php b/html/pages/device/dev-entphysical.inc
similarity index 99%
rename from html/pages/device/dev-entphysical.php
rename to html/pages/device/dev-entphysical.inc
index c9210c9d4..cf1c61c12 100644
--- a/html/pages/device/dev-entphysical.php
+++ b/html/pages/device/dev-entphysical.inc
@@ -25,7 +25,7 @@ function printEntPhysical($ent, $level, $class) {
echo("".$ent['entPhysicalDescr']."");
}
-
+
echo("
" . $ent['entPhysicalDescr']);
@@ -39,7 +39,7 @@ function printEntPhysical($ent, $level, $class) {
if($count) {
echo("
");
printEntPhysical($ent['entPhysicalIndex'], $level+1, '');
- echo("
");
+ echo("");
}
echo("");
}
@@ -60,4 +60,3 @@ function printEntPhysical($ent, $level, $class) {
?>
-
diff --git a/includes/functions.php b/includes/functions.php
index 75f194ed5..963f5df60 100755
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -9,6 +9,7 @@ include("snom.php");
include("graphing.php");
include("print-functions.php");
include("billing-functions.php");
+include("cisco-entities.php");
function rrdtool_update($rrdfile, $rrdupdate) {
global $rrdtool;