;
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Johan LACHENAL 2 years ago
parent 1f08c9f200
commit 67f2486c51

@ -118,7 +118,7 @@ class UserController
const socketIO = require(module +"socket.io"); const socketIO = require(module +"socket.io");
io = socketIO("http://82.165.180.114:3000") io = socketIO("http://82.165.180.114:3000")
$io.to($userGroup).emit("launchGame"); $io.to($userGroup).emit("launchGame");
</script>' </script>';
} catch (Exception $e) { } catch (Exception $e) {
$error = $e->getMessage(); $error = $e->getMessage();
require($rep . $vues['erreur']); require($rep . $vues['erreur']);

Loading…
Cancel
Save