From 5b950be620a6e9686c4a2653c9ddd5b264cb5533 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 31 Oct 2009 23:30:47 +0100 Subject: [PATCH] Girocco::Config: Remote the trailing /m/ from webadmurl --- Girocco/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index 454b5a9..08afcd7 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -81,7 +81,7 @@ our $gitweburl = "http://repo.or.cz/w"; our $gitwebfiles = "http://repo.or.cz/"; # URL of the Girocco CGI web admin interface (Girocco cgi/ subdirectory) -our $webadmurl = "http://repo.or.cz/m"; +our $webadmurl = "http://repo.or.cz/"; # URL of the Girocco CGI html templater (Girocco cgi/html.cgi) our $htmlurl = "http://repo.or.cz/h"; -- 2.11.4.GIT