mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 15:32:17 +00:00
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
This commit is contained in:
@@ -967,8 +967,7 @@ abstract class REST_Controller extends CI_Controller {
|
||||
$this->rest->level = NULL;
|
||||
$this->rest->user_id = NULL;
|
||||
$this->rest->ignore_limits = FALSE;
|
||||
//var_dump($this->_args);
|
||||
//var_dump($this->input->server($key_name));
|
||||
|
||||
// Find the key from server or arguments
|
||||
if (($key = isset($this->_args[$api_key_variable]) ? $this->_args[$api_key_variable] : $this->input->server($key_name)))
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php //[STAMP] d9d924fcf3f995db40f23d78cc0fc9fc
|
||||
<?php //[STAMP] e53c152fab9a8533149de0a16cc227c5
|
||||
namespace _generated;
|
||||
|
||||
// This class was automatically generated by build task
|
||||
|
||||
Reference in New Issue
Block a user