summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-06-22 04:16:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-06-22 04:16:08 +0000
commit8aa9496a79ba61d814bb9566e32437cdf3bf4c3b (patch)
treea8369bf4dbe1864f74211184478af87e6e1e8cab /usr/local
parent8f45a0915cb24fa78ab3569b7bcab7fca8511c0b (diff)
downloadpfsense-8aa9496a79ba61d814bb9566e32437cdf3bf4c3b.zip
pfsense-8aa9496a79ba61d814bb9566e32437cdf3bf4c3b.tar.gz
Remove remaining env4801 files
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/includes/functions.inc.php5
1 files changed, 0 insertions, 5 deletions
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;
}
OpenPOWER on IntegriCloud