From 6b55446d12a5c39d5a4a4584bfabc7507c2f9b74 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 2 Dec 2022 15:29:02 +0100 Subject: date<->timestamp, ===, renommage, latex --- php/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php/functions.php') 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 @@ function window_app_command(string $app, string $path = ''): string { $command = 'nohup ' . $app; // détache l'appli du script PHP - if($path != '') + if($path !== '') { $command .= ' ' . $path; } -- cgit v1.2.3