We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c9d95 commit f844119Copy full SHA for f844119
1 file changed
application/controllers/Home.php
@@ -73,7 +73,7 @@ public function register()
73
74
$data = array(
75
'name' => $this->input->post('name'),
76
- 'username' => str_replace(' ', '', $this->input->post('name')) . rand(0, 100),
+ 'username' => str_replace(' ', '', $this->input->post('name')) . rand(0, 100),
77
'email' => $this->input->post('email'),
78
'password' => md5($this->input->post('password')),
79
'birth' => $this->input->post('birth'),
0 commit comments