diff options
author | ivan <ivan> | 2007-01-29 23:16:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-29 23:16:18 +0000 |
commit | e75e410d0cdc5ca62af1888c3cb75163ca22d2ad (patch) | |
tree | b6e96572c07b18e930c65c7b9f082bfd4eb249b3 /httemplate/config/config.cgi | |
parent | 96192f1c88de6f54c856cac650bd2e1338e64fbc (diff) |
putting the C in ACL
Diffstat (limited to 'httemplate/config/config.cgi')
-rw-r--r-- | httemplate/config/config.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 369314d98..6c3a51aca 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -1,4 +1,3 @@ -<!-- mason kludge --> <% include("/elements/header.html",'Edit Configuration', menubar( 'Main Menu' => $p ) ) %> <SCRIPT> var gSafeOnload = new Array(); @@ -258,3 +257,7 @@ function SafeOnsubmit() { </form> </body></html> +<%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +</%init> |