From e637075a7eeeebe6ec9393878962749a7eac8b70 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Wed, 11 Mar 2009 23:42:10 -0500 Subject: close comment --- usr/local/www/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/includes') 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'); -- cgit v1.1