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:
Emmanuel BENOîT 2012-02-06 17:22:58 +01:00
parent 56741bccaa
commit dae65c0b4b
4 changed files with 65 additions and 5 deletions
includes/t-basics

View file

@ -105,7 +105,7 @@ class Ctrl_LogIn
}
$_SESSION[ 'uid' ] = $user->user_id;
return true;
return 'users/view?id=' . $user->user_id;
}
}