summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-21 08:05:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-21 08:05:43 +0000
commit15bd755ee259ad7aa0e78a1d80caac556dd798ca (patch)
treea53a0d117f9e308a61ff387b89fa93e5bbd47684 /usr/local/www/index.php
parent57043ed80fb3bcbce23a012b15abd1aac16af1df (diff)
downloadpfsense-15bd755ee259ad7aa0e78a1d80caac556dd798ca.zip
pfsense-15bd755ee259ad7aa0e78a1d80caac556dd798ca.tar.gz
Use full path to dmesg
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 67b2a48..ed3c3ba 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -263,7 +263,7 @@ echo "<input style='border: 0px solid white;' size='30' name='swapusagemeter' id
</tr>
<?php
/* XXX - Stub in the HW monitor for net4801 - needs to use platform var's once we start using them */
- $is4801 = `dmesg -a | grep NET4801`;
+ $is4801 = `/sbin/dmesg -a | grep NET4801`;
if($is4801 <> "") {
echo " <tr>";
echo " <td width='25%' class='vncellt'>Temperature </td>";
OpenPOWER on IntegriCloud