User pages
Added a small and, for now, mostly empty page for each user. Users will be redirected to their page when they log on.
This commit is contained in:
parent
56741bccaa
commit
dae65c0b4b
4 changed files with 65 additions and 5 deletions
includes/t-basics
|
@ -105,7 +105,7 @@ class Ctrl_LogIn
|
|||
}
|
||||
|
||||
$_SESSION[ 'uid' ] = $user->user_id;
|
||||
return true;
|
||||
return 'users/view?id=' . $user->user_id;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue