some forms i missed
This commit is contained in:
parent
9ebeba8622
commit
7acd3999cb
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ if(isset($_POST['submit'])) {
|
|||
'password_iter' => $pass[1],
|
||||
'password_chan' => time(),
|
||||
'email' => Sakura\Main::cleanString($_POST['email'], true),
|
||||
'group_main' => '1',
|
||||
'groups' => json_encode([1]),
|
||||
'register_ip' => $_SERVER['REMOTE_ADDR'],
|
||||
'last_ip' => $_SERVER['REMOTE_ADDR'],
|
||||
'regdate' => time(),
|
||||
'lastdate' => time(),
|
||||
'lastunamechange' => time(),
|
||||
|
|
Reference in a new issue