fix: fix con
This commit is contained in:
parent
60a6ec10bf
commit
ec59cde080
|
@ -30,8 +30,8 @@ class message
|
||||||
|
|
||||||
$wsi->send([
|
$wsi->send([
|
||||||
"operation" => "PostMessage",
|
"operation" => "PostMessage",
|
||||||
"message" => $_SESSION['NAME'],
|
"message" => $message,
|
||||||
"username" => $username,
|
"username" => $_SESSION['NAME'],
|
||||||
"location" => $location,
|
"location" => $location,
|
||||||
//TODO implémenter la récupération d'id depuis la bdd
|
//TODO implémenter la récupération d'id depuis la bdd
|
||||||
"id" => uniqid(),
|
"id" => uniqid(),
|
||||||
|
|
Loading…
Reference in New Issue