Changeset 18967


Ignore:
Timestamp:
2009-04-15T14:04:08+12:00 (15 years ago)
Author:
ak19
Message:

Related to the previous 2 commits: the httpprefix default is no longer gsdl but greenstone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/cgi-bin/gsdlCGI.pm

    r18966 r18967  
    348348    if($self->{'greenstone_version'} == 2) {
    349349        $library_url = $self->get_config_info("httpprefix", $optional);
    350         $library_url = "/gsdl" unless defined $library_url;
     350        $library_url = "/greenstone" unless defined $library_url;
    351351        $library_url = "$library_url/cgi-bin/library.cgi"; # same extension for linux and windows
    352352    }
Note: See TracChangeset for help on using the changeset viewer.