View difference between Paste ID: LQaVizzK and 2LbHyxVj
SHOW: | | - or go back to the newest paste.
1
<?php
2
$output = shell_exec('ls -lart');
3
echo "<pre>$output</pre>";
4
?>