quick patch
Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
parent
717b0cf27c
commit
17b88a21d9
1 changed files with 7 additions and 9 deletions
|
@ -21,17 +21,15 @@ class Users
|
||||||
'password_new' => '',
|
'password_new' => '',
|
||||||
'email' => 'sakura@localhost',
|
'email' => 'sakura@localhost',
|
||||||
'rank_main' => 0,
|
'rank_main' => 0,
|
||||||
'ranks' => '[0]',
|
'user_ranks' => '[0]',
|
||||||
'name_colour' => '',
|
'user_colour' => '',
|
||||||
'register_ip' => '127.0.0.1',
|
'register_ip' => '127.0.0.1',
|
||||||
'last_ip' => '127.0.0.1',
|
'last_ip' => '127.0.0.1',
|
||||||
'usertitle' => 'Internal fallback account',
|
'user_title' => 'Internal fallback account',
|
||||||
'regdate' => 0,
|
'user_registered' => 0,
|
||||||
'lastdate' => 0,
|
'user_last_online' => 0,
|
||||||
'lastunamechange' => 0,
|
'user_birthday' => '',
|
||||||
'birthday' => '',
|
'user_country' => 'XX',
|
||||||
'posts' => 0,
|
|
||||||
'country' => 'XX',
|
|
||||||
'user_data' => '[]',
|
'user_data' => '[]',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Reference in a new issue