summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes/functions.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/includes/functions.inc.php')
-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