add admin controller and many updates

This commit is contained in:
Antonio Ramirez
2016-12-04 23:10:06 +01:00
parent abe959d8cc
commit bda69d38af
20 changed files with 601 additions and 117 deletions

View File

@ -32,6 +32,11 @@ class AuthHelper
return false;
}
/**
* @param $username
*
* @return bool
*/
public function isAdmin($username)
{
/** @var Module $module */