mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-29 08:56:51 +01:00
Partial fix for #216
Users can change their flag in the account settings.
This commit is contained in:
@@ -46,7 +46,7 @@ Token::generate();
|
||||
if (user_logged_in() === true) {
|
||||
$session_user_id = getSession('user_id');
|
||||
$user_data = user_data($session_user_id, 'id', 'name', 'password', 'email', 'premdays');
|
||||
$user_znote_data = user_znote_account_data($session_user_id, 'ip', 'created', 'points', 'cooldown');
|
||||
$user_znote_data = user_znote_account_data($session_user_id, 'ip', 'created', 'points', 'cooldown', 'flag');
|
||||
}
|
||||
$errors = array();
|
||||
// Log IP
|
||||
|
||||
Reference in New Issue
Block a user