|
@@ -156,10 +156,10 @@ class Backend extends Controller
|
|
|
if ($path=='member/index'){
|
|
|
|
|
|
}else{
|
|
|
- if (!$this->auth->check($path)) {
|
|
|
- Hook::listen('admin_nopermission', $this);
|
|
|
- $this->error(__('You have no permission'), '');
|
|
|
- }
|
|
|
+// if (!$this->auth->check($path)) {
|
|
|
+// Hook::listen('admin_nopermission', $this);
|
|
|
+// $this->error(__('You have no permission'), '');
|
|
|
+// }
|
|
|
|
|
|
}
|
|
|
}
|