mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 09:34:28 +00:00
Correct encodding in sended data in form for sql server
This commit is contained in:
@@ -41,7 +41,7 @@ include("menu.tpl");
|
||||
</script>
|
||||
<div id="write_head" class="msg_head"></div>
|
||||
<div id="write_content" class="msg_content">
|
||||
<form method="post" action="nachrichten.php" accept-charset="UTF-8" name="msg">
|
||||
<form method="post" action="nachrichten.php" accept-charset="utf8" name="msg">
|
||||
<input type="hidden" name="c" value="3e9" />
|
||||
<input type="hidden" name="p" value="" />
|
||||
<img src="img/x.gif" id="label" class="send" alt="" />
|
||||
|
||||
Reference in New Issue
Block a user