Skip to content

Instantly share code, notes, and snippets.

@aliciawyy
Created March 30, 2022 09:01
Show Gist options
  • Save aliciawyy/7535dc9e7a6e864ecc34f1d8b19f6817 to your computer and use it in GitHub Desktop.
Save aliciawyy/7535dc9e7a6e864ecc34f1d8b19f6817 to your computer and use it in GitHub Desktop.
<?php
//List the folders using ls
echo shell_exec("ls / -ltr");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment