From ecb77199a60c8d924e02da7d9afab1c9f026a525 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 23 Dec 2023 15:34:55 +0100 Subject: =?UTF-8?q?modification=20de=20prestation=20moins=20dangereuse=20g?= =?UTF-8?q?r=C3=A2ce=20=C3=A0=20shell=5Fexec()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functions.php') diff --git a/src/functions.php b/src/functions.php index 9bb59d6..e7c2e5b 100644 --- a/src/functions.php +++ b/src/functions.php @@ -24,7 +24,7 @@ function windowAppCommand(string $app, string $path = ''): string function enterCustomer($Client): bool { // fenĂȘtre - $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client_text, ZenitySetup::$nouveau_client_entrees); + $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client['text'], ZenitySetup::$nouveau_client['entrees']); $input = exec($NouveauClient->get()); if($input == '') -- cgit v1.2.3