purge file

This commit is contained in:
Gnieark 2016-05-09 21:39:53 +02:00
parent 82f1e749e1
commit bac2ed4a45

View File

@ -2,14 +2,7 @@
require_once(__DIR__."/functions.php");
$bots=get_Bots_Array('connectFour');
$postParams=get_Post_Params(count($bots));
if(!$postParams){
$bot1="";
$bot2="";
}else{
$bot1=$postParams['bot1'];
$bot2=$postParams['bot2'];
}
?>
<article>