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
195 B
PHP

<html>
<body>
Subject: <?php echo $_GET["subject"]; ?>
<br>
Details: <?php echo $_GET["details"]; ?>
<br>
Browser: <?php echo get_browser(user_agent, return_array); ?>
</body>
</html>