fixes repo auth

in sys controller
pull/1754/head
Christian Ratz 10 years ago
parent 30349749e5
commit a452abc731
  1. 2
      app/controllers/sys_controller.rb

@ -27,6 +27,8 @@
# See doc/COPYRIGHT.rdoc for more details.
#++
require 'open_project/repository_authentication'
class SysController < ActionController::Base
before_filter :check_enabled
before_filter :require_basic_auth, :only => [ :repo_auth ]

Loading…
Cancel
Save