From 04627e5fff260c88120d3f7f01dba052d04c47da Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 Jan 2012 20:04:01 -0500 Subject: [PATCH] Fixed missing icon resource for the manager (issue 40) --- test-gitblit.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test-gitblit.properties b/test-gitblit.properties index 5fcc738..a815198 100644 --- a/test-gitblit.properties +++ b/test-gitblit.properties @@ -7,7 +7,7 @@ git.enableGitServlet = true groovy.scriptsFolder = groovy groovy.preReceiveScripts = blockpush -groovy.postReceiveScripts = sendemail jenkins +groovy.postReceiveScripts = sendmail jenkins web.authenticateViewPages = false web.authenticateAdminPages = true web.allowCookieAuthentication = true -- Gitblit v1.9.1