1 rizwank 1.1 Use the form below to send a bug report. Please try to be as detailed and accurate as you can when describing the issue.<br />
2
3 <form class="admin" action="lib/func_bugger.php" method="post">
4 <strong>Your name:</strong><br />
5 <input type="text" name="bug_person" class="box" value="<?php echo $_SESSION['valid']['name']; ?>" /><br /><br />
6 <strong>Your email address:</strong><br />
7 <input type="text" name="bug_email" class="box" value="<?php echo $_SESSION['valid']['email']; ?>" /><br /><br />
8 <strong>Subject:</strong><br />
9 <input type="text" name="bug_subject" class="box" /><br /><br />
10 <strong>Details of bug:</strong><br />
11 <textarea name="bug_desc" rows="" cols=""></textarea><br /><br />
12 The following configuration information will also be sent with your bug report, to assist with diagnosing and correcting any problems. This information will be kept confidential at all times.<br />
13 <input type="text" class="bug_info" name="bug_config_path" value="Install Path: <?php echo $mysqvars['path']; ?>" readonly /><br />
14 <input type="text" class="bug_info" name="bug_config_url" value="Install URL: <?php echo $mysqvars['url']; ?>" readonly /><br />
15 <input type="text" class="bug_info" name="bug_config_defcat" value="Default Category: <?php echo $mysqvars['default_category']; ?>" readonly /><br />
16 <input type="text" class="bug_info" name="bug_config_xml" value="XML File: <?php echo $mysqvars['xml']; ?>" readonly /><br />
17 <input type="text" class="bug_info" name="bug_config_cols" value="Display Columns: <?php echo $mysqvars['columns']; ?>" readonly /><br />
18 <br />
19 <input type="submit" value="Submit Report" class="button" /><br />
20 </form>
|