execParser.php 63 B

1234
  1. <?php
  2. $output = shell_exec('ls');
  3. echo "<pre>$output</pre>";
  4. ?>