summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-01-09 01:03:19 +0000
committermh <mh@immerda.ch>2009-01-09 01:03:19 +0000
commit42ad719f4fb8075e42174c287529232c1919fb0e (patch)
treea6e3ed7506c7b4107e3b6b6dfb52962b2c6afe59 /templates
parentdfba1d8c71682d62461167a3d3e88ffe9b04aa63 (diff)
fixing variable naming, added gitweb_sitename option
Diffstat (limited to 'templates')
-rw-r--r--templates/web/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/config b/templates/web/config
index 9bcaac0..5286f6a 100644
--- a/templates/web/config
+++ b/templates/web/config
@@ -4,7 +4,7 @@ do "/etc/gitweb.conf" if -e "/etc/gitweb.conf";
# Point to projects.list file generated by gitosis.
# Here gitosis manages the user "git", who has a
# home directory of /srv/example.com/git
-$projects_list = "<%= _projects_list %>";
+$projects_list = "<%= projects_list %>";
# Where the actual repositories are located.
$projectroot = "<%= projectroot %>";
@@ -28,3 +28,4 @@ $export_ok = "git-daemon-export-ok";
# Easier than having per-repository cloneurl files.
@git_base_url_list = ('git://<%= gitweb_url %>');
+$GITWEB_SITENAME = "<%= gitweb_sitename %>"