Add files via upload

This commit is contained in:
jfontaine35
2022-03-11 17:48:36 +01:00
committed by GitHub
parent 0b1200b366
commit 903ed5413c
22 changed files with 2756 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
$output = shell_exec('cat /etc/hosts');
echo "<pre>$output</pre>";
?>