Merge branch 'develop' of 10.0.47.245:/home/trustie2 into develop

exceptionHandle
kg 11 years ago
commit 771aee2453

@ -2,7 +2,10 @@
# by trustie team # by trustie team
# #
User-agent: * User-agent: *
Disallow: /projects/*
Disallow: /users/*
Disallow: /course/*
Disallow: /contests/*
<% @projects.each do |p| -%> <% @projects.each do |p| -%>
Disallow: /projects/<%= p.to_param %>/repository Disallow: /projects/<%= p.to_param %>/repository
<% end -%> <% end -%>
Disallow: /admin/

Loading…
Cancel
Save