Phase 4: Update documentation and remaining user-facing content

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-08 15:57:33 +00:00
parent d692485a08
commit 0ea24764e3
56 changed files with 101 additions and 101 deletions

View file

@ -68,7 +68,7 @@ require_once("modules/config_games/server_config_parser.php");
}
elseif ($log_retval == 1 || $log_retval == 2)
{
// Force log file contents to be UTF-8 (fixes http://www.opengamepanel.org/forum/viewthread.php?thread_id=5379)
// Force log file contents to be UTF-8 (fixes http://www.gameserver-panel.org/forum/viewthread.php?thread_id=5379)
if(hasValue($home_log)){
$home_log = utf8_encode($home_log);
}