diff options
author | polo <ordipolo@gmx.fr> | 2023-12-23 15:34:55 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-12-23 15:34:55 +0100 |
commit | ecb77199a60c8d924e02da7d9afab1c9f026a525 (patch) | |
tree | 23ea5f65b03a3a7d6c326a62848545b4892d6ef3 /src/functions.php | |
parent | a4d88fd1913758cc95b395eefcf5e9d730450382 (diff) | |
download | AppliGestionPHP-ecb77199a60c8d924e02da7d9afab1c9f026a525.zip |
modification de prestation moins dangereuse grâce à shell_exec()
Diffstat (limited to 'src/functions.php')
-rw-r--r-- | src/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
24 | function enterCustomer($Client): bool | 24 | function enterCustomer($Client): bool |
25 | { | 25 | { |
26 | // fenêtre | 26 | // fenêtre |
27 | $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client_text, ZenitySetup::$nouveau_client_entrees); | 27 | $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client['text'], ZenitySetup::$nouveau_client['entrees']); |
28 | 28 | ||
29 | $input = exec($NouveauClient->get()); | 29 | $input = exec($NouveauClient->get()); |
30 | if($input == '') | 30 | if($input == '') |