Merge pull request #71 from GameServerPanel/copilot/fix-server-start-error
This commit is contained in:
commit
73319ffeed
1 changed files with 0 additions and 2 deletions
|
|
@ -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>";
|
||||
$remote->remote_writefile($server_home['home_path'] . "/" . $filepath, $file_content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue