summaryrefslogtreecommitdiff
path: root/php/functions.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-12-02 15:29:02 +0100
committerpolo <ordipolo@gmx.fr>2022-12-02 15:29:02 +0100
commit6b55446d12a5c39d5a4a4584bfabc7507c2f9b74 (patch)
tree8e2e337b93391225d5e702a553314164f6139d86 /php/functions.php
parent473ee4ec50a6bfdfa5c145471b077b7e3749beeb (diff)
downloadAppliGestionPHP-6b55446d12a5c39d5a4a4584bfabc7507c2f9b74.zip
date<->timestamp, ===, renommage, latex
Diffstat (limited to 'php/functions.php')
-rw-r--r--php/functions.php2
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 @@
5function window_app_command(string $app, string $path = ''): string 5function 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 }