diff options
author | INOPIAE <inopiae@cacert.org> | 2015-01-25 08:04:06 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2015-01-25 08:04:06 +0100 |
commit | 6412d38dd2361032b67330def4702ea04b4263a3 (patch) | |
tree | cf1eb5ebd4f9f904918719ede3161085babfb1f7 | |
parent | bfd26f2c7a7ba2af64e46cefd7da141d07d5288f (diff) | |
download | cacert-devel-6412d38dd2361032b67330def4702ea04b4263a3.tar.gz cacert-devel-6412d38dd2361032b67330def4702ea04b4263a3.tar.xz cacert-devel-6412d38dd2361032b67330def4702ea04b4263a3.zip |
bug 1357: added description for users on stats.php pagebug-1357
-rw-r--r-- | www/stats.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/stats.php b/www/stats.php index f777f38..824f19b 100644 --- a/www/stats.php +++ b/www/stats.php @@ -153,8 +153,9 @@ <br> <div style="text-align: center;font-size: small;"><? - echo _('* user with at least 100 assurance points / assurer with CATS') . '</br>'; - printf(_("Last updated: %s"), date('Y-m-d H:i:s', $stats['timestamp']));?> + echo _('* user with at least 100 assurance points / assurer with CATS') . '</br>'; + echo _('Difference of calculation of assurer between total and running total result from assurers that have been deleted from the system.') . '</br>'; + printf(_("Last updated: %s"), date('Y-m-d H:i:s', $stats['timestamp']));?> </div> <? showfooter(); ?> |