mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
- Added private property $_requiredPermissions to APIv1_Controller
- Removed method _isAllowed from APIv1_Controller - Added public method _remap to APIv1_Controller - PermissionLib loading moved from constructor to _remap in APIv1_Controller - Changed method basicAuthentication in AuthLib, now calls loginLDAP
This commit is contained in:
@@ -627,7 +627,7 @@ abstract class REST_Controller extends CI_Controller {
|
||||
{
|
||||
$this->_log_request();
|
||||
}
|
||||
//echo 'RestKey: '.$this->rest->key;
|
||||
|
||||
$this->response([
|
||||
$this->config->item('rest_status_field_name') => FALSE,
|
||||
$this->config->item('rest_message_field_name') => sprintf($this->lang->line('text_rest_invalid_api_key'), $this->rest->key)
|
||||
|
||||
Reference in New Issue
Block a user