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/explode-server.pl

    r23481 r24872  
    2222if ($iis6_mode)
    2323{
    24     # Change into cgi-bin directory
     24    # Change into cgi-bin\<OS> directory
    2525    chdir("cgi-bin");
     26    if(defined $ENV{'GSDLARCH'}) {
     27    chdir($ENV{'GSDLOS'}.$ENV{'GSDLARCH'});
     28    } else {
     29    chdir($ENV{'GSDLOS'});
     30    }
    2631}
    2732
Note: See TracChangeset for help on using the changeset viewer.