|
@@ -298,13 +298,15 @@ class Lave extends Api
|
|
|
$last=date("t", time());
|
|
|
|
|
|
$today = intval(date('d'));
|
|
|
- $now_date = date('Y-m');
|
|
|
+ $now_date = date('Y-m', time());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@file_put_contents("quanju.txt", "789456135415-\r\n", 8);
|
|
|
+ @file_put_contents("quanju.txt", $date."159-\r\n", 8);
|
|
|
+ @file_put_contents("quanju.txt", $now_date."753-\r\n", 8);
|
|
|
if ($date != $now_date) {
|
|
|
@file_put_contents("quanju.txt", "123-\r\n", 8);
|
|
|
@file_put_contents("quanju.txt", $today."123456-\r\n", 8);
|