Skip to content

Commit 47b45de

Browse files
author
houan
committed
captcha made of letters & numbers
1 parent 724b7d2 commit 47b45de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

general_captcha/form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<body>
2222
<form action="form.php" method="post">
2323
验证码图片:
24-
<img id="captcha_img" border="1" src="./CAPTCHA.php?r=<?php echo rand(); ?>" width="100px"/>
24+
<img id="captcha_img" border="1" src="captcha.php?r=<?php echo rand(); ?>" width="100px"/>
2525
<a href="javascript:void(0)" onclick="document.getElementById('captcha_img').src='./CAPTCHA.php?r='+Math.random()">换一个?</a><br/>
2626
请输入图片内容:
2727
<input type="text" name="authcode"/><br/>

0 commit comments

Comments
 (0)