feat: 🚧 Starting low level

This commit is contained in:
2023-12-08 10:02:50 +01:00
commit de2700067e
5 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
$output = shell_exec('ls');
echo "<pre>$output</pre>";
?>