This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch mod-gui in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit b1085ececc31bdb8113d69101066b5d8294d12f1 Author: Sebb <[email protected]> AuthorDate: Wed Jan 9 23:34:27 2019 +0000 TODO --- www/moderation/desk/config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/moderation/desk/config.ru b/www/moderation/desk/config.ru index c3157de..9ba1d82 100644 --- a/www/moderation/desk/config.ru +++ b/www/moderation/desk/config.ru @@ -3,7 +3,7 @@ require File.expand_path('../server.rb', __FILE__) require 'whimsy/asf/rack' use ASF::HTTPS_workarounds -use ASF::Auth::MembersAndOfficers +use ASF::Auth::MembersAndOfficers # change this to Committers later use ASF::AutoGC use ASF::DocumentRoot
