mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
Added permissions array to every controller that extends APIv1_Controller
CheckUserAuth and Test controllers now extends directly the REST_Controller
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class CheckUserAuth extends APIv1_Controller
|
||||
require_once APPPATH.'/libraries/REST_Controller.php';
|
||||
|
||||
class CheckUserAuth extends REST_Controller
|
||||
{
|
||||
/**
|
||||
* Course API constructor.
|
||||
|
||||
Reference in New Issue
Block a user