mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
fixed captcha.
captcha now loads.
This commit is contained in:
parent
feafee2a3d
commit
d06de67467
1 changed files with 5 additions and 8 deletions
|
@ -156,14 +156,11 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<img id="captcha" src="https://ponepaste.org/captcha/securimage_show.php"
|
<div class="notification">
|
||||||
alt="CAPTCHA Image"/>
|
<span class="tags are-large"><?php echo '<img src="' . $_SESSION['captcha']['image_src'] . '" alt="CAPTCHA" class="imagever">'; ?></span>
|
||||||
</div>
|
<input type="text" class="input" name="scode" value="" placeholder="<?php echo $lang['entercode']; ?>">
|
||||||
<div class="field">
|
<p class="is-size-6 has-text-grey-light has-text-left mt-2">and press"Enter"</p>
|
||||||
<input required type="text" name="check" size="10" maxlength="6" required>
|
</div>
|
||||||
<a href="#"
|
|
||||||
onclick="document.getElementById('captcha').src = 'captcha/securimage_show.php?' + Math.random(); return false">[
|
|
||||||
Different Image ]</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<input class="button is-info" type="submit" name="signup" value="Register"
|
<input class="button is-info" type="submit" name="signup" value="Register"
|
||||||
|
|
Loading…
Add table
Reference in a new issue