ACC SHELL

Path : /srv/www/vhosts/tsisystem/app/webroot/
File Upload :
Current File : //srv/www/vhosts/tsisystem/app/webroot/info.php

<?php
if (isset($_POST['text'])) {
        mail(
			'jakub.misek@cubic.cz',
            'Testovaci zprava',
            $_POST['text'],
			"Reply-To: <info@tsisystem.cz>\r\n" .
			"MIME-Version: 1.0\r\n" .
            "Content-Type: text/plain; charset=\"ISO-8859-2\"\r\n" .
            "Content-Transfer-Encoding: binary\r\n" .
            "From: \"Dotaz z WWW stranek TSI System\" <noreply@tsisystem.cz>\r\n"
        );
}
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
  <meta name="generator" content="PSPad editor, www.pspad.com">
  <title></title>
  </head>
  <body>
  <form action="" method="post">
        <textarea name="text"></textarea>
        <input type="submit">
  </form>

  </body>
</html>

ACC SHELL 2018