Change form

This commit is contained in:
Fred Boniface 2022-09-16 20:36:34 +01:00
parent 10ade25ee9
commit f4ff816ef2
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,10 @@
<p>Give as much detail as possible so we can try to fix the problem.</p>
<form action="/report-issue/submit.php" method="post">
Subject: <input type="text" name="subject">
Subject:
<br>
<input type="text" name="subject">
<br>
<br>
Details:
<br>

View File

@ -4,7 +4,8 @@
<br>
Details: <?php echo $_GET["details"]; ?>
<br>
Browser: <?php echo get_browser(user_agent, return_array); ?>
Browser: <?php &ua = get_browser(user_agent, return_array);
echo $ua; ?>
</body>
</html>