From 93417b0e89a05ecdb9ba7ebee6c646b2e766a15a Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 31 Dec 2019 15:18:03 +0000 Subject: [PATCH] wait #3295 @3 --- inc/ws/Controlleur/class.ws.flash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index d56f06741..91be6f2c4 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -145,7 +145,7 @@ class wsFlash extends cubeFlashGateway } $session->serialize(); - $executable = 'php'; + $executable = '/usr/bin/php7.2'; if (AMARCORD) { $executable = '/usr/bin/php5.6'; } -- 2.39.5