// Changes to BO permissions management
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12366 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -69,15 +69,25 @@ class FrontControllerCore extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* checkAccess
|
||||
* @see Controller::checkAccess()
|
||||
*
|
||||
* @return void
|
||||
* @return boolean
|
||||
*/
|
||||
public function checkAccess()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @see Controller::viewAccess
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function viewAccess()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function init()
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user