Changeset 14218 for gsdl


Ignore:
Timestamp:
2007-07-04T16:11:23+12:00 (17 years ago)
Author:
mdewsnip
Message:

Undid changes made by someone else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/cgi-bin/gliserver.pl

    r14025 r14218  
    11#!perl -w
    2 
    32# Need to specify the full path of Perl above
    43
     
    109108sub authenticate_user
    110109{
    111    
    112110    my $gsdl_cgi = shift(@_);
    113111    my $username = shift(@_);
     
    563561    }
    564562
    565     print STDOUT "Content-type:text/plain\n\n";
    566563    foreach my $cgi_arg_name ($gsdl_cgi->param) {
    567564    my $cgi_arg_value = $gsdl_cgi->clean_param($cgi_arg_name) || "";
     
    584581    print STDOUT "Content-type:text/plain\n\n";
    585582    print STDOUT $perl_output;
    586 
    587583}
    588584
Note: See TracChangeset for help on using the changeset viewer.