changing access level of config to admin

This commit is contained in:
Pepijn Over 2014-03-15 21:49:37 +01:00
parent b45e3699d4
commit 51cefd6cd6
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ class ConfigController extends AbstractController {
function __construct(Database $db, Template $tpl) {
parent::__construct($db, $tpl);
$this->setMinUserLevelRequired(PSM_USER_ADMIN);
$this->setActions(array(
'index', 'save',
), 'index');