implement user roles and user seminary roles as basic ACL
This commit is contained in:
parent
0e7ea50bd5
commit
fcc7e89fcd
10 changed files with 481 additions and 67 deletions
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
|
||||
*/
|
||||
class HtmlController extends \hhu\z\Controller
|
||||
class HtmlController extends \hhu\z\controllers\ToplevelController
|
||||
{
|
||||
|
||||
|
||||
|
|
@ -33,7 +33,6 @@
|
|||
{
|
||||
parent::preFilter($request, $response);
|
||||
|
||||
|
||||
// Set content-type
|
||||
$this->response->addHeader("Content-type: text/html; charset=utf-8");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue