From c0cb2f00a882102916cc99c9e64fa3bbf28bad65 Mon Sep 17 00:00:00 2001 From: Kang Lee Date: Fri, 3 Jul 2026 11:54:18 -0400 Subject: [PATCH] =?UTF-8?q?v1.3.21=20-=20[EXPENSE]=20expense=20=EC=9D=BC?= =?UTF-8?q?=EC=9D=BC=20=EB=B0=B0=EC=B9=98=ED=8C=8C=EC=9D=BC=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95.(=EA=B8=B0=EB=A1=9D=EB=82=A0?= =?UTF-8?q?=EC=A7=9C=20=EC=88=98=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/lib/runDailyMemberhis.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/lib/runDailyMemberhis.php b/public_html/lib/runDailyMemberhis.php index bc40082..a5f80d6 100644 --- a/public_html/lib/runDailyMemberhis.php +++ b/public_html/lib/runDailyMemberhis.php @@ -25,7 +25,7 @@ if ($mode == "SHELL") { $GETDIR = "/var/www/html"; $ROWCNT = $argv[1] ?? ""; $LIMITCNT = $argv[2] ?? ""; - $getYesterday = $argv[3] ?? date('Ymd', strtotime('-1 days')); + $getYesterday = $argv[3] ?? date('Ymd'); $ENT = "\n"; } else { $GETDIR = getenv("DOCUMENT_ROOT"); @@ -34,7 +34,7 @@ if ($mode == "SHELL") { if (!empty($_GET['PUTDAY'])) { $getYesterday = $_GET['PUTDAY']; } else { - $getYesterday = date('Ymd', strtotime('-1 days')); + $getYesterday = date('Ymd'); } $ENT = "
"; }