mirror of
https://github.com/cosmocode/dokuwiki-plugin-statdisplay.git
synced 2025-08-15 22:20:20 +00:00
@ -183,7 +183,7 @@ class helper_plugin_statdisplay_graph extends DokuWiki_Plugin {
|
||||
// get work day average
|
||||
if(count($usertraffic)){
|
||||
$avg = $this->log->avg($usertraffic);
|
||||
$avg = $avg / 5; //work day average
|
||||
// $avg = $avg / 7 *5; //work day average
|
||||
}else{
|
||||
$avg = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user