From 47267c634f11284e9b841a2d6b5f8c9dc170a8ff Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 13 Jun 2016 13:52:17 +0200 Subject: [PATCH] . --- connectfour.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectfour.php b/connectfour.php index bfae537..1606661 100644 --- a/connectfour.php +++ b/connectfour.php @@ -126,7 +126,7 @@ function better_col($board,$me){ return $i; } -$in=preg_replace('/""/','" "',file_get_contents('php://input'); +$in=preg_replace('/""/','" "',file_get_contents('php://input')); echo $in; $params=json_decode($in, TRUE); switch($params['action']){