@@ -107,7 +107,7 @@ class User extends Backend
public function recommend()
{
- return $this->view->fetch();
+
}
@@ -16,7 +16,8 @@
</div>
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
-
+ data-operate-edit="{:$auth->check('user/user/edit')}"
+ data-operate-del="{:$auth->check('user/user/del')}"
data-operate-move="{:$auth->check('user/user/move')}"
data-operate-recommend="{:$auth->check('user/user/recommend')}"
width="100%">
@@ -90,7 +90,6 @@ class Auth
*/
public function check($name, $uid, $relation = 'or', $mode = 'url')
- var_dump($name);
if (!$this->config['auth_on']) {
return true;