[Show total on first position Adrian Georgescu **20061031114038] hunk ./sip_statistics_lib.phtml 113 - - while(list($key,$value) = each($this->SipEnabledZones)) { + + $key="total"; + hunk ./sip_statistics_lib.phtml 147 + fwrite($handle,$block); + + while(list($key,$value) = each($this->SipEnabledZones)) { + $block=sprintf(" +
Online Users for %s
+
%s_users Traffic Graph +
+
Active Sessions for %s
+
%s_sessions Traffic Graph +
+
IP Traffic for %s
+
%s_traffic Traffic Graph +
+ + ", + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key, + $key + ); hunk ./sip_statistics_lib.phtml 210 - - while(list($key,$value) = each($this->SipEnabledZones)) { + + $_zones=$this->SipEnabledZones; + $_zones['total']='total'; + + while(list($key,$value) = each($_zones)) {