From 7040055f19abaffa76874d94ee2bd25f35ec6ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Sun, 8 Jan 2023 23:31:02 +0100 Subject: [PATCH] test --- WEB/Controller/UserController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/Controller/UserController.php b/WEB/Controller/UserController.php index 7f833980..52d38a3f 100644 --- a/WEB/Controller/UserController.php +++ b/WEB/Controller/UserController.php @@ -173,6 +173,7 @@ class UserController $model = new UserModel(); // $model->addToQueue(); // $client = Client::getInstance(); + if (! function_exists('pcntl_fork')) die('PCNTL functions not available on this PHP installation'); switch ($pid = pcntl_fork()) { case -1: // @fail