fix increase user seedbonus

This commit is contained in:
xiaomlove
2024-03-27 02:05:35 +08:00
parent dc318819bb
commit e25e03b155
3 changed files with 43 additions and 23 deletions
+1 -1
View File
@@ -2163,7 +2163,7 @@ function mksizeint($bytes)
}
function deadtime() {
global $anninterthree;
$anninterthree = (int)get_setting("main.anninterthree");
return time() - floor($anninterthree * 1.3);
}