summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_activity.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-29 14:31:56 -0400
committerjim-p <jimp@pfsense.org>2013-07-29 14:32:08 -0400
commit53bd164217644725ede6bdea04e7f1987572ac1a (patch)
tree39807406b3cd2fc935ffe0fca701c6be5eb7b875 /usr/local/www/diag_system_activity.php
parentc772dc10a3c370e3d8606435e2f89daf72382102 (diff)
downloadpfsense-53bd164217644725ede6bdea04e7f1987572ac1a.zip
pfsense-53bd164217644725ede6bdea04e7f1987572ac1a.tar.gz
Use full path
Diffstat (limited to 'usr/local/www/diag_system_activity.php')
-rw-r--r--usr/local/www/diag_system_activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php
index 8fd2eba..05118cf 100644
--- a/usr/local/www/diag_system_activity.php
+++ b/usr/local/www/diag_system_activity.php
@@ -46,7 +46,7 @@ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
$pgtitle = gettext("Diagnostics: System Activity");
if($_REQUEST['getactivity']) {
- $text = `/usr/bin/top -aHS | cut -c1-105`;
+ $text = `/usr/bin/top -aHS | /usr/bin/cut -c1-105`;
echo $text;
exit;
}
OpenPOWER on IntegriCloud