diff options
author | polo <ordipolo@gmx.fr> | 2022-12-02 15:29:02 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-12-02 15:29:02 +0100 |
commit | 6b55446d12a5c39d5a4a4584bfabc7507c2f9b74 (patch) | |
tree | 8e2e337b93391225d5e702a553314164f6139d86 /php/functions.php | |
parent | 473ee4ec50a6bfdfa5c145471b077b7e3749beeb (diff) | |
download | AppliGestionPHP-6b55446d12a5c39d5a4a4584bfabc7507c2f9b74.zip |
date<->timestamp, ===, renommage, latex
Diffstat (limited to 'php/functions.php')
-rw-r--r-- | php/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/functions.php b/php/functions.php index 61bc13e..83ebead 100644 --- a/php/functions.php +++ b/php/functions.php | |||
@@ -5,7 +5,7 @@ | |||
5 | function window_app_command(string $app, string $path = ''): string | 5 | function window_app_command(string $app, string $path = ''): string |
6 | { | 6 | { |
7 | $command = 'nohup ' . $app; // détache l'appli du script PHP | 7 | $command = 'nohup ' . $app; // détache l'appli du script PHP |
8 | if($path != '') | 8 | if($path !== '') |
9 | { | 9 | { |
10 | $command .= ' ' . $path; | 10 | $command .= ' ' . $path; |
11 | } | 11 | } |