Function ssi_login
Shows a login box
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
string |
$redirect_to = '' |
The URL to redirect the user to after they login |
string |
$output_method = 'echo' |
The output method. If 'echo' and the user is a guest, displays a login box, otherwise returns whether the user is a guest |
|boolean
|
Either displays a login box or returns whether the user is a guest, depending on whether the user is logged in and output_method. |