This commit is contained in:
gnieark 2015-12-12 10:41:35 +01:00
parent f0405c615e
commit 84b26ec926

View File

@ -29,7 +29,7 @@ switch ($_POST['act']){
OR ($value > $p[2]) OR ($value > $p[2])
) )
{ {
error(500,'wrong parameters 1'); error(500,'wrong parameters');
die; die;
} }
$postValues[$p[0]]=$value; $postValues[$p[0]]=$value;
@ -40,6 +40,7 @@ switch ($_POST['act']){
$bot2Exists = false; $bot2Exists = false;
foreach($bots as $bot){ foreach($bots as $bot){
if($bot['id'] == $_POST['bot1']){ if($bot['id'] == $_POST['bot1']){
echo $bot['id']."|".$_POST['bot1']."\n";
$bot1 = $bot; $bot1 = $bot;
$bot1Exists =true; $bot1Exists =true;
} }