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

ServeurDeTest
Johan LACHENAL 2 years ago
parent 81fea9ae7e
commit 7e0c7107f2

@ -113,7 +113,7 @@ class UserController
require($rep . $vues['queue']); require($rep . $vues['queue']);
$model = new UserModel(); $model = new UserModel();
$model->addToQueue(); $model->addToQueue();
$client = clientServer::getInstance(); $client = Client::getInstance();
$client->Queuing(); $client->Queuing();
header('Location: index.php?action=launchGame'); header('Location: index.php?action=launchGame');
} catch (Exception $e) { } catch (Exception $e) {

Loading…
Cancel
Save