Merge pull request #71 from GameServerPanel/copilot/fix-server-start-error

This commit is contained in:
Frank Harris 2026-04-30 06:25:43 -07:00 committed by GitHub
commit 73319ffeed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,8 +249,6 @@ foreach ((array)$file_replacements as $filepath => $replacements)
} }
} }
if ( get_magic_quotes_gpc() )
$file_content=stripslashes($file_content);
} }
//echo "<xmp>".$file_content."</xmp>"; //echo "<xmp>".$file_content."</xmp>";
$remote->remote_writefile($server_home['home_path'] . "/" . $filepath, $file_content); $remote->remote_writefile($server_home['home_path'] . "/" . $filepath, $file_content);