Commit ddeb2c40473fa081b66ed10876af2a0679986b82
1 parent
ea08d095
Exists in
master
and in
87 other branches
Do not exlude impex user stats
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/AmdaStats.php
... | ... | @@ -10,7 +10,7 @@ class AmdaStats { |
10 | 10 | public $tasks = array('plot', 'mining', 'print', 'statistics'); |
11 | 11 | public $tasksWs = array('ws_print', 'ws_plot'); |
12 | 12 | public $tasksAdd = array('ttoper', 'samp', 'upload', 'create', 'images'); |
13 | - public $usersToExclude = array('bouchemit', 'impex'); | |
13 | + public $usersToExclude = array('bouchemit'); | |
14 | 14 | public $success = true; |
15 | 15 | private $user = null; |
16 | 16 | private $task = array('request'=>'plot','condition'=>'mining', 'download'=>'print','statistics'=>'statistics', |
... | ... |