Move form to one page (index.php)

This commit is contained in:
Fred Boniface 2022-09-16 21:04:34 +01:00
parent 3fa53ae69e
commit d8aa2889f5
2 changed files with 2 additions and 10 deletions

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>