Change form
This commit is contained in:
parent
10ade25ee9
commit
f4ff816ef2
@ -24,7 +24,10 @@
|
|||||||
<p>Give as much detail as possible so we can try to fix the problem.</p>
|
<p>Give as much detail as possible so we can try to fix the problem.</p>
|
||||||
|
|
||||||
<form action="/report-issue/submit.php" method="post">
|
<form action="/report-issue/submit.php" method="post">
|
||||||
Subject: <input type="text" name="subject">
|
Subject:
|
||||||
|
<br>
|
||||||
|
<input type="text" name="subject">
|
||||||
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Details:
|
Details:
|
||||||
<br>
|
<br>
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
<br>
|
<br>
|
||||||
Details: <?php echo $_GET["details"]; ?>
|
Details: <?php echo $_GET["details"]; ?>
|
||||||
<br>
|
<br>
|
||||||
Browser: <?php echo get_browser(user_agent, return_array); ?>
|
Browser: <?php &ua = get_browser(user_agent, return_array);
|
||||||
|
echo $ua; ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user