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>
|
||||
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user