Updated font-awesome and bootstrap
This commit is contained in:
@@ -105,7 +105,7 @@ abstract class lnApp_Controller_TemplateDefault extends Kohana_Controller_Templa
|
||||
if ($this->request->is_ajax())
|
||||
throw HTTP_Exception::factory(403,_('You dont have enough permissions.'));
|
||||
else
|
||||
if (! Kohana::$config->load('debug')->disabled_noaccess_redirect)
|
||||
if (! Kohana::$config->load('config')->disabled_noaccess_redirect)
|
||||
HTTP::redirect('login/noaccess');
|
||||
else
|
||||
throw HTTP_Exception::factory(501,'I would redirect you here - no ACCESS');
|
||||
|
Reference in New Issue
Block a user