Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.84 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
<html> <head> <title>Procesamento de fomrulario</title> </head> <body> <h1>WTEC2.0 - Minicurso</h1> <h2>Construção de Websites</h2> <div id="title"> Os dados enviados foram:</div> <div id="data"> <pre> <?php print_r($_POST); ?> </pre> </div> <div id="bottom"> <button onclick="window.history.go(-1)">Voltar</button> </div> </body> </html>