purge file
This commit is contained in:
parent
82f1e749e1
commit
bac2ed4a45
|
@ -2,14 +2,7 @@
|
||||||
require_once(__DIR__."/functions.php");
|
require_once(__DIR__."/functions.php");
|
||||||
|
|
||||||
$bots=get_Bots_Array('connectFour');
|
$bots=get_Bots_Array('connectFour');
|
||||||
$postParams=get_Post_Params(count($bots));
|
|
||||||
if(!$postParams){
|
|
||||||
$bot1="";
|
|
||||||
$bot2="";
|
|
||||||
}else{
|
|
||||||
$bot1=$postParams['bot1'];
|
|
||||||
$bot2=$postParams['bot2'];
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<article>
|
<article>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user