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
186 B
PHP
Raw Normal View History

2022-09-16 20:31:29 +01:00
<html>
<body>
2022-09-16 20:56:03 +01:00
Subject: <?php echo $_POST["subject"]; ?>
2022-09-16 20:31:29 +01:00
<br>
2022-09-16 20:56:03 +01:00
Details: <?php echo $_POST["detail"]; ?>
2022-09-16 20:31:29 +01:00
<br>
2022-09-16 20:50:37 +01:00
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
2022-09-16 20:31:29 +01:00
</body>
</html>