php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
2 changed files with 2 additions and 10 deletions
Showing only changes of commit d8aa2889f5 - Show all commits

View File

@ -37,6 +37,8 @@
collected alongside the information you provide above and will be
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
<br>
Your user agent is: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
<br>
<input type="submit">
</form>

View File

@ -1,10 +0,0 @@
<html>
<body>
Subject: <?php echo $_POST["subject"]; ?>
<br>
Details: <?php echo $_POST["detail"]; ?>
<br>
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
</body>
</html>