diff options
| author | ivan <ivan> | 2007-01-30 20:59:14 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-01-30 20:59:14 +0000 |
| commit | 15777da47bab33e8f0021e6dd9aa6b434fa9be30 (patch) | |
| tree | 83359450ba8dcac02c86bdbd0c85db45a699fc06 /httemplate/browse/router.cgi | |
| parent | 655b4043942c7d361224d283accb4c2a02ef7359 (diff) | |
its all about control
Diffstat (limited to 'httemplate/browse/router.cgi')
| -rw-r--r-- | httemplate/browse/router.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/browse/router.cgi b/httemplate/browse/router.cgi index 7309388c6..6dcd93a71 100644 --- a/httemplate/browse/router.cgi +++ b/httemplate/browse/router.cgi @@ -58,4 +58,7 @@ </TABLE> </BODY> </HTML> - +<%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +</%init> |
