.
This commit is contained in:
parent
08851c9450
commit
47267c634f
|
@ -126,7 +126,7 @@ function better_col($board,$me){
|
||||||
return $i;
|
return $i;
|
||||||
}
|
}
|
||||||
|
|
||||||
$in=preg_replace('/""/','" "',file_get_contents('php://input');
|
$in=preg_replace('/""/','" "',file_get_contents('php://input'));
|
||||||
echo $in;
|
echo $in;
|
||||||
$params=json_decode($in, TRUE);
|
$params=json_decode($in, TRUE);
|
||||||
switch($params['action']){
|
switch($params['action']){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user