From 2300f1710188dc467e1e4f73c58b389f5fc414cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 2 Dec 2021 20:40:41 +0100 Subject: [PATCH] test --- htdocs/public/test/test_exec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/test/test_exec.php b/htdocs/public/test/test_exec.php index f805cc19b5c..3fd66b40635 100644 --- a/htdocs/public/test/test_exec.php +++ b/htdocs/public/test/test_exec.php @@ -78,7 +78,7 @@ if ($f) { print '

'."\n"; -exec('cat /test.txt; ls /dev/std*; sleep 1;', $out, $ret); +exec('cat /test.txt; ls /dev/std*; id; sleep 1;', $out, $ret); print $ret."
\n"; print_r($out);