This commit is contained in:
Gnieark 2016-06-13 13:52:17 +02:00
parent 08851c9450
commit 47267c634f

View File

@ -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']){