convert WebGUI to a mod perl handler

This commit is contained in:
JT Smith 2005-11-03 09:14:23 +00:00
parent ec9d561c5a
commit 9b23c24a6a
13 changed files with 198 additions and 101 deletions

View file

@ -1083,7 +1083,7 @@ A specific revision to instanciate. By default we instanciate the newest publish
sub newByUrl {
my $class = shift;
my $url = shift || $session{env}{PATH_INFO};
my $url = shift || $session{env}{SCRIPT_NAME};
my $revisionDate = shift;
$url = lc($url);
$url =~ s/\/$//;