mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
no captcha yet
This commit is contained in:
parent
6ff92a83e3
commit
c21d6c3f5a
@ -101,20 +101,7 @@
|
|||||||
<?php if($reply){?>
|
<?php if($reply){?>
|
||||||
<input type="hidden" value="<?php echo $reply; ?>" name="reply" />
|
<input type="hidden" value="<?php echo $reply; ?>" name="reply" />
|
||||||
<?php }?>
|
<?php }?>
|
||||||
<?php
|
|
||||||
$this->load->helper('captcha');
|
|
||||||
$vals = array(
|
|
||||||
'img_path' => './static/asset/',
|
|
||||||
'img_url' => site_url('static/asset') . '/',
|
|
||||||
// 'font_path' => './path/to/fonts/texb.ttf',
|
|
||||||
'img_width' => '150',
|
|
||||||
'img_height' => 30,
|
|
||||||
'expiration' => 7200
|
|
||||||
);
|
|
||||||
|
|
||||||
$cap = create_captcha($vals);
|
|
||||||
echo $cap['image'];
|
|
||||||
?>
|
|
||||||
<div><button type="submit" value="submit" name="submit">Create</button></div>
|
<div><button type="submit" value="submit" name="submit">Create</button></div>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user