mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
use time instead of mktime. fixes #391
This commit is contained in:
parent
c102202745
commit
9c5ae14f4a
@ -74,7 +74,7 @@ class Spamadmin extends CI_Controller
|
||||
{
|
||||
$this->db->insert('blocked_ips', array(
|
||||
'ip_address' => $ip_address,
|
||||
'blocked_at' => mktime() ,
|
||||
'blocked_at' => time() ,
|
||||
'spam_attempts' => $paste_count,
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user