Move form to one page (index.php)
This commit is contained in:
parent
3fa53ae69e
commit
d8aa2889f5
@ -37,6 +37,8 @@
|
|||||||
collected alongside the information you provide above and will be
|
collected alongside the information you provide above and will be
|
||||||
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
|
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
|
||||||
<br>
|
<br>
|
||||||
|
Your user agent is: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
|
||||||
|
<br>
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
</form>
|
</form>
|
||||||
|
|
@ -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>
|
|
Reference in New Issue
Block a user