i have no fucking idea what i'm doing

This commit is contained in:
leah 2021-08-20 17:13:42 +01:00
parent 936b4ab0ff
commit d59891e30f
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ $output=null;
$retval=null;
exec('man --html=cat'.' '.escapeshellarg($command) , $output, $retval);
echo "Returned with status $retval and output:\n";
foreach ($output as $line): ?>
foreach ($output as $line) { ?>
<?=$line?>
<?php endforeach;?>
<?php }?>
</body>
</html>