# file with project list; by default, simply scan the projectroot dir.
$projects_list = $projectroot;
+# https://git-scm.com/docs/gitweb
+# only allow export of approved repos
+our $export_ok = "git-daemon-export-ok";
+
# stylesheet to use
#@stylesheets = ("static/gitweb.css");