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] ?? "";