diff --git a/docs/stats.php b/docs/stats.php index 7a7075c..8990cf9 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -25,6 +25,8 @@ $stmt->execute([$theuser]); $followers = $stmt->fetchAll(PDO::FETCH_DEFAULT); + + $pr[$usern['username']] *= 0.9; foreach ($followers as $follown) { $fn = $follown['target'];