fix action url

This commit is contained in:
Gnieark 2015-12-30 16:10:30 +01:00
parent d3f039bb95
commit 0aa5c6f499

View File

@ -22,7 +22,7 @@ if(isset($_POST['xd_check'])){
?>
<h2>EditBot</h2>
<form method="POST" action="/p/editBot">
<form method="POST" action="/p/editBot/<?php echo $theBot['id']; ?>">
<?php echo xd_check_input(0); ?><input type="hidden" name="act" value="editBot"/><input type="hidden" name="botId" value="<?php echo $theBot['id']; ?>"/>
<p><label for="botName"><?php echo $lang['BOT_NAME']; ?></label><input id="botName" type="text" name="botName" value="<?php echo htmlentities($botName); ?>" placeholder="<?php echo $lang['YOUR_ALIAS_FOR_EXEMPLE'];?>"/></p>
<p><label for="botGame"><?php echo $lang['BOT_GAME']; ?></label>