Gnieark 8 years ago
parent 49d338e564
commit b41f15f28b

@ -126,7 +126,7 @@ function better_col($board,$me){
return $i;
}
$in=preg_replace('/""/','" "',file_get_contents('php://input'));
$in=str_replace('""','" "',file_get_contents('php://input'));
$params=json_decode($in, TRUE);
switch($params['action']){

Loading…
Cancel
Save