ArGp

Untitled

Feb 14th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. $output = shell_exec('ls -lart');
  3. echo "<pre>$output</pre>";
  4. ?>
Add Comment
Please, Sign In to add comment