This commit is contained in:
Laurent Destailleur
2022-01-27 16:35:09 +01:00
parent 2f1857a23a
commit 6bd2caee08

View File

@@ -87,9 +87,11 @@ print "*** TEST READ OF /test.txt FILE AND LS /dev/std*<br>\n";
exec('cat /test.txt; ls /dev/std*; sleep 1;', $out, $ret);
print $ret."<br>\n";
print_r($out);
print '<br>';
print '<br><br>'."\n";
print "*** TRY TO RUN CLAMDSCAN<br>\n";
$ret = 0;