Almost there

This commit is contained in:
Fred Boniface 2022-09-16 20:53:19 +01:00
parent 43f5e673fb
commit b76ab7932c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<body>
Subject: <?php echo $_GET["subject"]; ?>
<br>
Details: <?php echo $_GET["details"]; ?>
Details: <?php echo $_GET["detail"]; ?>
<br>
Browser: <?php echo $_SERVER["HTTP_USER_AGENT"]; ?>