serverrep/keeplogin.php
@@ -127,7 +127,7 @@ $firstYMDTime = strtotime($firstYMD); $firstCount = 0; foreach ($dayList as $day) { $statYMD = date("Y-m-d", strtotime("+" . $day . " days", $firstYMDTime)); $statYMD = date("Y-m-d", strtotime("+" . ($day - 1) . " days", $firstYMDTime)); if ($day == 1) { $statInfo = $statYMDInfo[$firstYMD] ? $statYMDInfo[$firstYMD] : array(); $firstCount = $statInfo["keepCount"] ? $statInfo["keepCount"] : 0;