add admin controller and many updates
This commit is contained in:
@ -32,6 +32,11 @@ class AuthHelper
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $username
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isAdmin($username)
|
||||
{
|
||||
/** @var Module $module */
|
||||
|
||||
Reference in New Issue
Block a user