diff --git a/_config.php b/_config.php index f2e277b..1cd274c 100644 --- a/_config.php +++ b/_config.php @@ -14,6 +14,9 @@ if (!defined('DC_CONTEXT_MODULE')) { return null; } +# Check user perms +dcPage::check('admin'); + $redir = empty($_REQUEST['redir']) ? $list->getURL() . '#plugins' : $_REQUEST['redir'];