Changeset 27775


Ignore:
Timestamp:
2013-07-08T18:24:41+12:00 (11 years ago)
Author:
ak19
Message:

Commented out message on GS3 still not having authentication implemented since this appears before content-type declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/cgiactions/baseaction.pm

    r27390 r27775  
    231231    # For now, we don't authenticate for GS3 as this still needs to be implemented for it.
    232232    if($gsdl_cgi->greenstone_version() == 3) {
    233     $gsdl_cgi->generate_message("**** To do: still need to authenticate for GS3.");
     233    #$gsdl_cgi->generate_message("**** To do: still need to authenticate for GS3.");
    234234    return;
    235235    }   
Note: See TracChangeset for help on using the changeset viewer.