From 6bd2caee084ab97e08e2a882ec11f6a5f3e982dd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 27 Jan 2022 16:35:09 +0100 Subject: [PATCH] test --- htdocs/public/test/test_exec.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/public/test/test_exec.php b/htdocs/public/test/test_exec.php index ccb8f346fc4..94a1d96462b 100644 --- a/htdocs/public/test/test_exec.php +++ b/htdocs/public/test/test_exec.php @@ -87,9 +87,11 @@ print "*** TEST READ OF /test.txt FILE AND LS /dev/std*
\n"; exec('cat /test.txt; ls /dev/std*; sleep 1;', $out, $ret); print $ret."
\n"; print_r($out); +print '
'; print '

'."\n"; + print "*** TRY TO RUN CLAMDSCAN
\n"; $ret = 0;