summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_activity.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-09-14 18:16:13 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-09-14 18:20:27 -0400
commit13d193c2f742f037ff4e87e373922d8b6e7c5749 (patch)
tree991614998a749391854dea5bb3cb5edc5380e88a /usr/local/www/diag_system_activity.php
parent40b48c6cd486efddf88a805efeb42e3181fd93bc (diff)
downloadpfsense-13d193c2f742f037ff4e87e373922d8b6e7c5749.zip
pfsense-13d193c2f742f037ff4e87e373922d8b6e7c5749.tar.gz
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Diffstat (limited to 'usr/local/www/diag_system_activity.php')
-rw-r--r--usr/local/www/diag_system_activity.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php
index 3529d48..bae83da 100644
--- a/usr/local/www/diag_system_activity.php
+++ b/usr/local/www/diag_system_activity.php
@@ -2,7 +2,7 @@
/* $Id$ */
/*
diag_cpu_activity.php
- Copyright (C) 2008 Scott Ullrich
+ Copyright (C) 2008-2009 Scott Ullrich
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -27,6 +27,11 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ pfSense_BUILDER_BINARIES: /usr/bin/top
+ pfSense_MODULE: system
+*/
+
##|+PRIV
##|*IDENT=page-diag-system-activity
##|*NAME=Diagnostics: System Activity
@@ -41,7 +46,7 @@ $pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
$pgtitle = "Diagnostics: System Activity";
if($_REQUEST['getactivity']) {
- $text = `top`;
+ $text = `/usr/bin/top`;
echo $text;
exit;
}
OpenPOWER on IntegriCloud