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