From 8aa9496a79ba61d814bb9566e32437cdf3bf4c3b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 22 Jun 2008 04:16:08 +0000 Subject: Remove remaining env4801 files --- usr/local/www/includes/functions.inc.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usr') diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index 5f3b1fa..846816c 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -94,17 +94,12 @@ function has_temp() { } function get_hwtype() { - if(`/sbin/dmesg -a | /usr/bin/grep net4801` <> "") { - return "4801"; - } return; } function get_temp() { switch(get_hwtype()) { - case '4801': - break; default: return; } -- cgit v1.1