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

@ -91,7 +91,7 @@ function exec_gsp_module() {
$ftp_ip = empty( $server_row['ftp_ip'] ) ? $server_row['agent_ip'] : $server_row['ftp_ip'];
$data = "<tr class='expand-child' >
<td>$booble</td><td>
<b>". get_lang("ogp_user") .":</b> ".$server_row['ogp_user']."<br />
<b>". get_lang("gsp_user") .":</b> ".$server_row['gsp_user']."<br />
<b>". get_lang("agent_ip_port") .":</b> ".$server_row['agent_ip'].":".$server_row['agent_port']."<br />
<b>". get_lang("remote_host_ftp_ip") .":</b> ".$ftp_ip."<br />
<b>". get_lang("remote_host_ftp_port") .":</b> ".$server_row['ftp_port']."<br />