mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Merge origin/ci into ci
Conflicts: application/config/rest.php application/libraries/FHC_Auth.php tests/codeception/api/LoginCept.php
This commit is contained in:
@@ -35,7 +35,7 @@ class FHC_Auth
|
||||
* @param string $password
|
||||
* @return bool
|
||||
*/
|
||||
function basicAuthentication($username, $password)
|
||||
public function basicAuthentication($username, $password)
|
||||
{
|
||||
$auth = new authentication();
|
||||
if($auth->checkpassword($username, $password))
|
||||
|
||||
Reference in New Issue
Block a user