Changeset 14314


Ignore:
Timestamp:
2007-08-06T12:41:07+12:00 (17 years ago)
Author:
qq6
Message:

added gliserver4gs3.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/WEB-INF/cgi/gliserver4gs3.pl

    r14313 r14314  
    1 #!/usr/bin/perl -w
     1#!/perl -w
    22# Need to specify the full path of Perl above
    3 
    4 #print "Content-type: text/html\n\n";
     3#print STDOUT "Content-type:text/plain\n\n";
    54
    65&main;
     
    98use strict;
    109
    11 #my $authentication_enabled = 0;
    1210my $debugging_enabled = 1;
    1311
     
    274272    my $java_status = $?;
    275273    print "<pre>";
    276     print "===============" ;
    277274    print "$java_output";
    278275    print "</pre>";
     
    923920
    924921    # Ensure the user is allowed to edit this collection
    925     #&authenticate_user($gsdl_cgi, $username, $collection, $site);
     922    &authenticate_user($gsdl_cgi, $username, $collection, $site);
    926923
    927924    my $gsdl3srchome = $ENV{'GSDL3SRCHOME'};
Note: See TracChangeset for help on using the changeset viewer.