From e209a0555a980433d5c10a6b9760209a41ba1382 Mon Sep 17 00:00:00 2001 From: Hyojin Ahn Date: Wed, 18 Mar 2026 09:07:42 -0400 Subject: [PATCH] Preparing Server Transfer 007 --- public_html/lib/runDailyReportNew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/lib/runDailyReportNew.php b/public_html/lib/runDailyReportNew.php index 6b95fbd..529bbb3 100644 --- a/public_html/lib/runDailyReportNew.php +++ b/public_html/lib/runDailyReportNew.php @@ -29,7 +29,7 @@ $time_start = microtime(true); $mode = (PHP_SAPI === 'cli') ? "SHELL" : "WEB"; if ($mode == "SHELL") { - $GETDIR = "/srv/docker/mis/current"; + $GETDIR = "/var/www/html"; $ROWCNT = $argv[1] ?? ""; $LIMITCNT = $argv[2] ?? "";