From bac2ed4a4547ae04053a4a14e9194f419c9a357c Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 9 May 2016 21:39:53 +0200 Subject: [PATCH] purge file --- src/arenas/connectFour/public.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/arenas/connectFour/public.php b/src/arenas/connectFour/public.php index de1f375..3f6c6cb 100644 --- a/src/arenas/connectFour/public.php +++ b/src/arenas/connectFour/public.php @@ -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']; -} + ?>