Changeset 32432 for main/trunk/greenstone2/perllib/servercontrol.pm
- Timestamp:
- 2018-09-07T19:39:40+12:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/servercontrol.pm
r32166 r32432 385 385 # For GS2, we derive the URL from the llssite.cfg file. 386 386 387 my $url = &util::get_full_greenstone_url_prefix($gs_mode, $lib_name); # found largely identical method copied 388 # into util. Don't want duplicates, so calling that from here. 389 390 # either the url is still undef or it is now set 387 # note that unless we pass in $get_public_url=1, we now get the local http URL 388 # by default (e.g. http://127.0.0.1:httpPort/greenstone/library) 389 my $url = &util::get_full_greenstone_url_prefix($gs_mode, $lib_name); # found largely identical method copied 390 # into util.pm. Don't want duplicates, so calling that from here. 391 392 # either the url is still undef or it is now set 391 393 #print STDERR "\n@@@@@ final URL:|$url|\n" if $url; 392 394 #print STDERR "\n@@@@@ URL still undef\n" if !$url;
Note:
See TracChangeset
for help on using the changeset viewer.