Ignore:
Timestamp:
2016-06-02T18:07:55+12:00 (8 years ago)
Author:
ak19
Message:

All the changes (I think) to switch from port 80 as default for GS2 to port 8282 as new default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/util.pm

    r30021 r30561  
    12071207
    12081208#
    1209 # The following comaes from activate.pl
     1209# The following comes from activate.pl
    12101210#
    12111211# Designed to work with a server included with GS.
     
    12421242        my @lines = split(/[\n\r]+/, $contents); # split on carriage-returns and/or linefeeds
    12431243        my $enterlib = "";
    1244         my $portnumber = ""; # will remain empty (implicit port 80) unless it's specifically been assigned
     1244        my $portnumber = "8282"; # will remain empty (implicit port 80) unless it's specifically been assigned
    12451245       
    12461246        foreach my $line (@lines) {             
Note: See TracChangeset for help on using the changeset viewer.