Skip to content

Commit f844119

Browse files
committed
update home.php
1 parent 10c9d95 commit f844119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/controllers/Home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function register()
7373

7474
$data = array(
7575
'name' => $this->input->post('name'),
76-
'username' => str_replace(' ', '', $this->input->post('name')) . rand(0, 100),
76+
'username' => str_replace(' ', '', $this->input->post('name')) . rand(0, 100),
7777
'email' => $this->input->post('email'),
7878
'password' => md5($this->input->post('password')),
7979
'birth' => $this->input->post('birth'),

0 commit comments

Comments
 (0)