X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgitweb.pm;h=d110b7647690287269fc0c02c8d81b32f015736a;hb=e679ab757426141825f7f3d92e560cc37bc85544;hp=46e535d7e740c5733e7b50d3b7dd0a0fdb60a755;hpb=e66db0fb45dbcb590646acf7c5fd6884b1ee65a4;p=catagits%2FGitalist.git diff --git a/lib/gitweb.pm b/lib/gitweb.pm index 46e535d..d110b76 100755 --- a/lib/gitweb.pm +++ b/lib/gitweb.pm @@ -85,7 +85,7 @@ sub main { chomp($GIT); # absolute fs-path which will be prepended to the project path - our $projectroot = "/pub/scm"; + #our $projectroot = "/pub/scm"; # target of the home link on top of all pages our $home_link = $my_uri || "/";