Example #1
0
 public function authorize($authorize, $username, $password)
 {
     return Current_User::authorize($authorize, $username, $password);
 }