diff options
author | Bill Marquette <bill.marquette@gmail.com> | 2009-03-11 23:42:10 -0500 |
---|---|---|
committer | Bill Marquette <bill.marquette@gmail.com> | 2009-03-11 23:42:43 -0500 |
commit | e637075a7eeeebe6ec9393878962749a7eac8b70 (patch) | |
tree | 632f08ef8119cd11b89314b4dfb91933e50250ff /usr | |
parent | bd6af475ec2d67989e4eb0f45dcb46e2f664faeb (diff) | |
download | pfsense-e637075a7eeeebe6ec9393878962749a7eac8b70.zip pfsense-e637075a7eeeebe6ec9393878962749a7eac8b70.tar.gz |
close comment
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/includes/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index ef64837..4baec53 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -86,7 +86,7 @@ function get_uptime() { return $uptimestr; } -/* Calculates non-idle CPU time and returns as a percentage +/* Calculates non-idle CPU time and returns as a percentage */ function cpu_usage() { $duration = 1; $diff = array('user', 'nice', 'sys', 'intr', 'idle'); |