--- C:/Users/Niklas/Downloads/mantisbt-1.2.3/bug_report_page.php	Di 14. Sep 15:40:10 2010
+++ C:/Users/Niklas/Downloads/bug_report_page.php	Do 11. Nov 15:18:52 2010
@@ -511,6 +511,26 @@
 			<label><input <?php echo helper_get_tab_index() ?> type="checkbox" id="report_stay" name="report_stay" <?php check_checked( $f_report_stay ) ?> /> <?php echo lang_get( 'check_report_more_bugs' ) ?></label>
 		</td>
 	</tr>
+	
+	<?php //begin stone's captcha for anon login
+    if (current_user_is_anonymous())
+    {
+    ?>
+    <tr class="row-1">
+    <td class="category">
+        <span class="required">*</span><?php echo lang_get( 'signup_captcha_request' ) ?>:
+    </td>
+    <td>
+        <?php print_captcha_input( 'captcha', '' ) ?>
+    
+        <img src="make_captcha_img.php?public_key=<?php echo $t_key ?>">
+        <input type="hidden" name="public_key" value="<?php echo $t_key ?>">
+    </td>
+	</tr>
+    <?php
+    }
+    //end of stone's captcha for anon login?>
+	
 	<tr>
 		<td class="left">
 			<span class="required"> * <?php echo lang_get( 'required' ) ?></span>
