Skip to content

Commit

Permalink
Update reportbug.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jul 2, 2023
1 parent f3c43d4 commit 3a9fe50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reportbug.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
</select><br><br>
<input type="checkbox" name="searched" id="searched" required>
<label for="searched"> I confirm that I have <a href="#barsearch">searched for existing bugs</a>.</label><br><br>
<label for="captcha">To verify you are not a spambot, we need you to enter the text shown in the image below (<a href="<?php echo $path ?>/captcha.php">help</a>):<br><img src="<?php echo $path ?>/captcha.gif.php" title="CAPTCHA" alt="CAPTCHA"><br><br></label>
<input type="text" placeholder="CAPTCHA test" name="captcha" id="captcha"><br>
<label for="captcha">To verify you are not a spambot, we need you to enter the text shown in the image below (<a href="<?php echo $path ?>/captcha.php">help</a>):<br><img id="bugkiller-captcha-code" src="<?php echo $path ?>/captcha.gif.php" title="CAPTCHA" alt="CAPTCHA"><br><br></label>
<input type="text" placeholder="CAPTCHA test" name="captcha" id="captcha"><br><br>
<input type="submit" value="Report" class="bugkiller-button">
</form>
</body>
Expand Down

0 comments on commit 3a9fe50

Please sign in to comment.