mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
use time
This commit is contained in:
parent
cfabdfbeec
commit
80dbf803f4
@ -121,7 +121,7 @@
|
||||
<?php if($use_recaptcha){
|
||||
echo recaptcha_get_html($recaptcha_publickey, null, stristr(base_url(), 'https'));
|
||||
} 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" />
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user