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

@ -35,7 +35,7 @@ function exec_gsp_module()
$web_user = $web_user["users_login"];
// Game path logic
$game_path = "/home/".$server_row['ogp_user']."/OGP_User_Files/"; // Default
$game_path = "/home/".$server_row['gsp_user']."/GSP_User_Files/"; // Default
$skipId = false;
if(hasValue($default_home_dir)){
@ -179,7 +179,7 @@ function exec_gsp_module()
$ft->add_field('string','new_home_name',htmlentities($server_row['home_name']));
echo "<tr><td class='right'>".get_lang('clone_mods').":</td>
<td class='left'><input type='checkbox' name='clone_mods' value='y' /></td></tr>";
echo "<input name='user_group' type='hidden' value='".get_user_uid_gid_from_passwd($passwd_array,$server_row['ogp_user'])."' /></tr>";
echo "<input name='user_group' type='hidden' value='".get_user_uid_gid_from_passwd($passwd_array,$server_row['gsp_user'])."' /></tr>";
echo "</table>";
$ft->add_button('submit','clone_home',get_lang('clone_home'));
echo "<p class='info'>".get_lang('the_name_of_the_server_to_help_users_to_identify_it')."</p>";