mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
- All permission functionalities now are in the library PermissionLib
- All return messages functions are in the message helper and it is loaded by the core classes - Added the missing constant FHC_NOPK - Updated all the interested classes with the new permission method - Updated all the interested classes with the new return message functions
This commit is contained in:
@@ -13,6 +13,6 @@ class CheckUserAuth_model extends FHC_Model
|
||||
|
||||
public function checkByUsernamePassword($username, $password)
|
||||
{
|
||||
return $this->_success($this->fhc_auth->checkpassword($username, $password));
|
||||
return success($this->fhc_auth->checkpassword($username, $password));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user