06-27-2008, 10:05 PM
[eluser]Tony W[/eluser]
I saw below script in the login file of Bamboo Invoice
But I don't understand what $this->site_sentry->login_routine() means. Can someone explain it a little bit?
Thanks!
I saw below script in the login file of Bamboo Invoice
Quote:if (isset($username) && $username != '') { // if they tried to login
$user_id = $this->site_sentry->login_routine();
}
But I don't understand what $this->site_sentry->login_routine() means. Can someone explain it a little bit?
Thanks!