Preparing Server Transfer 007

This commit is contained in:
Hyojin Ahn 2026-03-18 09:07:42 -04:00
parent ebff248535
commit e209a0555a
1 changed files with 1 additions and 1 deletions

View File

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