Made changes

This commit is contained in:
2023-05-20 15:07:45 -05:00
parent 93c0982363
commit bfa1ed68f6
2 changed files with 28 additions and 0 deletions

5
api/test.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
echo shell_exec("uname -a");
?>