summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7445c63..a7e75bb 100644
--- a/index.php
+++ b/index.php
@@ -76,7 +76,7 @@ function get_stats() {
&& $info['desc'] == 0:
$stats['summary']['complete']++;
break;
- case $info['percentage'] > 95;
+ case $info['percentage'] > 90;
$stats['summary']['good']++;
break;
case $info['percentage'] > 50;