From 2daacdecba143bd9eba41398dd9406d47053d23c Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 12 Aug 2021 11:00:01 +0200 Subject: [PATCH] =?UTF-8?q?autre=20fa=C3=A7on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/boris/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/boris/ajax.php b/www/boris/ajax.php index 5a95f10..7fd4aa8 100644 --- a/www/boris/ajax.php +++ b/www/boris/ajax.php @@ -10,7 +10,7 @@ if (isset($_REQUEST['phone'])) $phone = $_REQUEST['phone']; else $phone = urldec $message = "Proposition de ". $phone ." message : ".$link; //YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1); -$YOU=system("ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d ' ' -f 1'", $retval); +$YOU=system("ps u -C ipfs | tail -n 1 | cut -f 1 -d ' '", $retval); print_r($YOU); print_r($retval);