This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/report-issue/submit.php

11 lines
184 B
PHP

<html>
<body>
Subject: <?php echo $_GET["subject"]; ?>
<br>
Details: <?php echo $_GET["detail"]; ?>
<br>
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
</body>
</html>