summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-07 01:27:07 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-07 01:27:07 +0200
commitcb021e58314791c1c9eb8035ed01349876d246a1 (patch)
tree3bebdf541af2967e2d5096f3c5c60ac24dd03240 /public
parent2ca00bdb3e07e84a87c6d480d8cb896bf6f08ca9 (diff)
downloadgitlab-ce-cb021e58314791c1c9eb8035ed01349876d246a1.tar.gz
repo & project access separated. critical gitolite bugfix
Diffstat (limited to 'public')
-rw-r--r--public/githost_error.html (renamed from public/gitosis_error.html)8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/gitosis_error.html b/public/githost_error.html
index be751d6e5e6..db17eae5569 100644
--- a/public/gitosis_error.html
+++ b/public/githost_error.html
@@ -17,10 +17,10 @@
<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
- <h1>Gitosis Error</h1>
- <h2>We're sorry, but we cant get access to your gitosis.</h2>
- <h3> 1. Check 'config/gitosis.yml' for correct settings.</h3>
- <h3> 2. Be sure web server user has access to gitosis.</h3>
+ <h1>Gitolite Error</h1>
+ <h2>We're sorry, but we cant get access to your gitolite system.</h2>
+ <h3> 1. Check 'config/gitlab.yml' for correct settings.</h3>
+ <h3> 2. Be sure web server user has access to gitolite.</h3>
</div>
</body>
</html>