Ignore:
Timestamp:
2011-12-09T16:25:34+13:00 (12 years ago)
Author:
ak19
Message:

First set of changes to do with migration of cgi-bin into common-src, so that upon make install, common-src\cgi-bin will be installed in cgi-bin\GSDLOS(GSDLARCH). After this commit (to do with the contents of the files), cgi-bin itself will be moved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/cgi-bin/metadata-server.pl

    r23467 r24872  
    2323if ($iis6_mode)
    2424{
    25     # Change into cgi-bin directory
     25    # Change into cgi-bin\<OS> directory
    2626    chdir("cgi-bin");
     27    if(defined $ENV{'GSDLARCH'}) {
     28    chdir($ENV{'GSDLOS'}.$ENV{'GSDLARCH'});
     29    } else {
     30    chdir($ENV{'GSDLOS'});
     31    }
    2732}
    2833
Note: See TracChangeset for help on using the changeset viewer.