webui code cleanup

This commit is contained in:
SJ
2012-06-22 15:22:02 +02:00
parent 16b01b9b37
commit 9900f0aed2
24 changed files with 87 additions and 129 deletions

View File

@ -2,7 +2,7 @@
class ModelStatCounter extends Model {
public function getCounters(){
public function get_counters(){
$counter = array();
$asize = 0;
@ -32,7 +32,7 @@ class ModelStatCounter extends Model {
}
public function resetCounters(){
public function reset_counters(){
if(MEMCACHED_ENABLED) {
$memcache = Registry::get('memcache');