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

2022-09-16 20:31:29 +01:00
<html>
<body>
Subject: <?php echo $_GET["subject"]; ?>
<br>
2022-09-16 20:53:19 +01:00
Details: <?php echo $_GET["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>