From ef30ca249d3ddfe4f5b84314498fe1c8dc6cfa20 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 23 Apr 2010 22:05:32 +0000 Subject: [PATCH] remove silly image from overview (dank u geert :P) git-svn-id: http://www.observium.org/svn/observer/trunk@1072 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/dev-overview-data.inc.php | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/html/includes/dev-overview-data.inc.php b/html/includes/dev-overview-data.inc.php index 2994bd479..6c8729e84 100644 --- a/html/includes/dev-overview-data.inc.php +++ b/html/includes/dev-overview-data.inc.php @@ -7,22 +7,22 @@ $uptime = $device['uptime']; - if(is_file("images/devices/" . $device['hardware'] . ".gif")) - { - $dev_img = "
"; - } - elseif (is_file("images/devices/" . $device['hardware'] . ".jpg")) - { - $dev_img = "
"; - } - elseif (is_file("images/devices/" . $device['hardware'] . ".png")) - { - $dev_img = "
"; - } - else - { - $dev_img = ''; - } +# if(is_file("images/devices/" . $device['hardware'] . ".gif")) +# { +# $dev_img = "
"; +# } +# elseif (is_file("images/devices/" . $device['hardware'] . ".jpg")) +# { +# $dev_img = "
"; +# } +# elseif (is_file("images/devices/" . $device['hardware'] . ".png")) +# { +# $dev_img = "
"; +# } +# else +# { +# $dev_img = ''; +# } if ($device['os'] == "ios") { formatCiscoHardware($device); } if ($device['features']) { $device['features'] = "(".$device['features'].")"; }