BARRAUX Arthur
2 years ago
3 changed files with 6 additions and 1 deletions
@ -0,0 +1,4 @@ |
|||
<?php |
|||
$output = shell_exec('echo raspberry | su pi | whoami'); |
|||
echo "<pre>$output</pre>"; |
|||
?> |
Loading…
Reference in new issue