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

2022-09-16 20:31:29 +01:00
<html>
<body>
Subject: <?php echo $_GET["subject"]; ?>
<br>
Details: <?php echo $_GET["details"]; ?>
<br>
2022-09-16 20:47:30 +01:00
Browser: <?php echo $HTTP_USER_AGENT; ?>
2022-09-16 20:31:29 +01:00
</body>
</html>