We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724b7d2 commit 47b45deCopy full SHA for 47b45de
general_captcha/CAPTCHA.php renamed to general_captcha/captcha.php
general_captcha/form.php
@@ -21,7 +21,7 @@
21
<body>
22
<form action="form.php" method="post">
23
验证码图片:
24
- <img id="captcha_img" border="1" src="./CAPTCHA.php?r=<?php echo rand(); ?>" width="100px"/>
+ <img id="captcha_img" border="1" src="captcha.php?r=<?php echo rand(); ?>" width="100px"/>
25
<a href="javascript:void(0)" onclick="document.getElementById('captcha_img').src='./CAPTCHA.php?r='+Math.random()">换一个?</a><br/>
26
请输入图片内容:
27
<input type="text" name="authcode"/><br/>
0 commit comments