debog
This commit is contained in:
parent
5c93d4da2f
commit
ec5e7109d4
|
@ -39,8 +39,9 @@ switch ($_POST['act']){
|
||||||
$bot1Exists = false;
|
$bot1Exists = false;
|
||||||
$bot2Exists = false;
|
$bot2Exists = false;
|
||||||
foreach($bots as $bot){
|
foreach($bots as $bot){
|
||||||
if($bot['id'] == $_POST['bot1']){
|
|
||||||
echo $bot['id']."|".$_POST['bot1']."\n";
|
echo $bot['id']."|".$_POST['bot1']."\n";
|
||||||
|
if($bot['id'] == $_POST['bot1']){
|
||||||
|
|
||||||
$bot1 = $bot;
|
$bot1 = $bot;
|
||||||
$bot1Exists =true;
|
$bot1Exists =true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user