mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
use time
This commit is contained in:
parent
cfabdfbeec
commit
80dbf803f4
@ -121,7 +121,7 @@
|
|||||||
<?php if($use_recaptcha){
|
<?php if($use_recaptcha){
|
||||||
echo recaptcha_get_html($recaptcha_publickey, null, stristr(base_url(), 'https'));
|
echo recaptcha_get_html($recaptcha_publickey, null, stristr(base_url(), 'https'));
|
||||||
} else { ?>
|
} else { ?>
|
||||||
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>?<?php echo date('U', mktime()); ?>" alt="captcha" width="180" height="40" />
|
<img class="captcha" src="<?php echo site_url('view/captcha'); ?>?<?php echo date('U', time()); ?>" alt="captcha" width="180" height="40" />
|
||||||
<input value="" type="text" id="captcha" name="captcha" tabindex="2" maxlength="32" />
|
<input value="" type="text" id="captcha" name="captcha" tabindex="2" maxlength="32" />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user