diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-26 01:18:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-26 01:18:49 +0000 |
commit | a7e599e7a137c969965bd79ed849665c8a8e9bd5 (patch) | |
tree | 153cade44641687dd528c03f01c2e8672016f4f3 | |
parent | e679308cefc8a38252e4ba2cc636554402d8d09c (diff) | |
download | pfsense-a7e599e7a137c969965bd79ed849665c8a8e9bd5.zip pfsense-a7e599e7a137c969965bd79ed849665c8a8e9bd5.tar.gz |
Add PRIV information
-rw-r--r-- | usr/local/www/diag_system_activity.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php index 2e4fcda..435234b 100644 --- a/usr/local/www/diag_system_activity.php +++ b/usr/local/www/diag_system_activity.php @@ -27,6 +27,13 @@ POSSIBILITY OF SUCH DAMAGE. */ +##|+PRIV +##|*IDENT=page-diag-system-activity +##|*NAME=Diagnostics: System Activity +##|*DESCR=Allows access to the 'Diagnostics: System Activity' page +##|*MATCH=diag_system_activity* +##|-PRIV + require("guiconfig.inc"); $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); |