login_hook
This commit is contained in:
parent
0cfc8570d2
commit
1621630b06
3 changed files with 13 additions and 6 deletions
2
boot.php
2
boot.php
|
@ -674,6 +674,8 @@ function login($register = false) {
|
|||
'$lostlink' => $lostlink
|
||||
));
|
||||
|
||||
call_hooks('login_hook',$o);
|
||||
|
||||
return $o;
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue