Changeset 16971
- Timestamp:
- 2008-08-22T15:28:53+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/cgi-bin/gsdlCGI.pm
r16509 r16971 347 347 348 348 if($self->{'greenstone_version'} == 2) { 349 $library_url = $self->get_config_info("httpprefix"); 349 $library_url = $self->get_config_info("httpprefix", $optional); 350 $library_url = "/gsdl" unless defined $library_url; 350 351 $library_url = "$library_url/cgi-bin/library"; 351 352
Note:
See TracChangeset
for help on using the changeset viewer.