Merge commit 'cb717611e9134dabecc789969df4d6761aaa34c7'

This commit is contained in:
Michal Čihař 2017-05-09 11:41:17 +02:00
commit 3a9ab31353

View File

@ -24,6 +24,7 @@ $header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('server_privileges.js');
$scripts->addFile('replication.js');
$scripts->addFile('zxcvbn.js');
/**
* Checks if the user is allowed to do what he tries to...