This commit is contained in:
Claude 2012-09-04 18:07:40 +02:00
parent f73cb97741
commit f231042d7e

View File

@ -42,7 +42,7 @@ class Main extends CI_Controller
) ,
'ip_address' => array(
'type' => 'VARCHAR',
'constraint' => 16,
'constraint' => 45,
'default' => 0,
) ,
'user_agent' => array(