summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-09-18 05:34:44 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-09-18 05:34:44 +0000
commit948593b0ee50078e0f93887ce4531d630c1defe8 (patch)
tree824e28ede2d17d2ead43b1d4ba8af6b98f958505 /usr/local/www/includes
parent9c6d5f1d66d953d9039b6d16090174dc053b4b34 (diff)
downloadpfsense-948593b0ee50078e0f93887ce4531d630c1defe8.zip
pfsense-948593b0ee50078e0f93887ce4531d630c1defe8.tar.gz
Switch Array Location of CPU and MEM
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/functions.inc.php2
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 1f66d5e..fca8335 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -6,8 +6,8 @@ if(Connection_Aborted()) {
function get_stats() {
- $stats['mem'] = mem_usage();
$stats['cpu'] = cpu_usage();
+ $stats['mem'] = mem_usage();
$stats['uptime'] = get_uptime();
$stats['states'] = get_pfstate();
$stats['temp'] = get_temp();
OpenPOWER on IntegriCloud