Phase 5: Final validation and remaining reference updates

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-08 16:08:38 +00:00
parent 0ea24764e3
commit 815f2b0b0c
64 changed files with 144 additions and 144 deletions

View file

@ -95,7 +95,7 @@ function exec_gsp_module() {
$_REQUEST['remote_host'],
$_REQUEST['remote_host_port'],
$_REQUEST['remote_host_name'],
$_REQUEST['ogp_user'],
$_REQUEST['gsp_user'],
$_REQUEST['remote_host_ftp_ip'],
$_REQUEST['remote_host_ftp_port'],
$_REQUEST['remote_encryption_key'],
@ -117,7 +117,7 @@ function exec_gsp_module() {
$ft->add_field('string','remote_host',$remote_server['agent_ip']);
$ft->add_field('string','remote_host_port',$remote_server['agent_port']);
$ft->add_field('string','remote_host_name',$remote_server['remote_server_name']);
$ft->add_field('string','ogp_user',$remote_server['ogp_user']);
$ft->add_field('string','gsp_user',$remote_server['gsp_user']);
$ft->add_field('string','remote_host_ftp_ip',$ftp_ip);
$ft->add_field('string','remote_host_ftp_port',$remote_server['ftp_port']);
$ft->add_field('string','remote_encryption_key',$remote_server['encryption_key']);