change permission PM_SETUP TO PM_SETUP_ADVANCE
This commit is contained in:
@@ -199,7 +199,7 @@ class Admin extends Controller
|
|||||||
public function getSystemInfo()
|
public function getSystemInfo()
|
||||||
{
|
{
|
||||||
global $RBAC;
|
global $RBAC;
|
||||||
$RBAC->requirePermissions('PM_SETUP');
|
$RBAC->requirePermissions('PM_SETUP_ADVANCE');
|
||||||
|
|
||||||
$this->setResponseType('json');
|
$this->setResponseType('json');
|
||||||
$data = [];
|
$data = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user