From 13b8381bf7082778df572e7918599a41917bfcca Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 12 Oct 2011 17:00:40 -0400 Subject: [PATCH] Documentation and updated screenshots. --- distrib/gitblit.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 0746ef6..a2f0ecb 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -90,13 +90,13 @@ # Allows remote clients to list repositories and possibly administer the Gitblit # server, if the authenticated account has administrator permissions. # -# SINCE 0.6.1 +# SINCE 0.7.0 web.enableRpcServlet = true # Allows remote clients to administer the Gitblit instance, if the authenticated # account has administrator permissions. Requires *web.enableRpcServlet=true*. # -# SINCE 0.6.1 +# SINCE 0.7.0 web.enableRpcAdministration = false # Allow dynamic zip downloads. -- Gitblit v1.9.1