Changeset 10331
- Timestamp:
- 04/24/08 20:16:48 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/lib/WebService/Simple.pm
r10316 r10331 129 129 130 130 my $uri = URI->new($self->base_url); 131 132 $url =~ s!^/!! if $url =~ m!^/!; 131 if($url){ 132 $url =~ s!^/!! if $url =~ m!^/!; 133 } 133 134 $uri->path( $uri->path . $url) if $url; 134 135
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)