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

    r19293 r24872  
    1414if ($iis6_mode)
    1515{
    16     # Change into cgi-bin directory
     16    # Change into cgi-bin\<OS> directory
    1717    chdir("cgi-bin");
     18    if(defined $ENV{'GSDLARCH'}) {
     19    chdir($ENV{'GSDLOS'}.$ENV{'GSDLARCH'});
     20    } else {
     21    chdir($ENV{'GSDLOS'});
     22    }
    1823}
    1924
Note: See TracChangeset for help on using the changeset viewer.