diff options
-rw-r--r-- | modules/viewvc/templates/viewvc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/viewvc/templates/viewvc.conf b/modules/viewvc/templates/viewvc.conf index 7a558049..25fd8fb4 100644 --- a/modules/viewvc/templates/viewvc.conf +++ b/modules/viewvc/templates/viewvc.conf @@ -330,7 +330,7 @@ mime_types_files = /etc/viewvc/mimetypes.conf, /etc/httpd/conf/mime.types ## error on attempted access). ## Possible values: "annotate", "co", "diff", "markup", "roots", "tar" ## -#allowed_views = annotate, diff, markup, roots +allowed_views = annotate, diff, markup, roots, co ## authorizer: The name of the ViewVC authorizer plugin to use when ## authorizing access to repository contents. This value must be the |