IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2005, 11:29:35 AM (21 years ago)
Author:
jhoblitt
Message:

remove Dumper stmt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PSFTP/lib/PS/IPP/PSFTP/Server/HTTP.pm

    r5275 r5329  
    11# Copyright (C) 2005  Joshua Hoblitt
    22#
    3 # $Id: HTTP.pm,v 1.1 2005-10-11 23:39:11 jhoblitt Exp $
     3# $Id: HTTP.pm,v 1.2 2005-10-14 21:29:35 jhoblitt Exp $
    44
    55package PS::IPP::PSFTP::Server::HTTP;
     
    1818    my ($self, $cgi) = @_;
    1919
    20     use Data::Dumper qw( Dumper );
     20    print "HTTP/1.0 200 OK\r\n";
    2121
    22     print Dumper $cgi;
    23     print Dumper \%ENV;
     22    PS::IPP::PSFTP::Server->run($cgi);
    2423}
    2524
Note: See TracChangeset for help on using the changeset viewer.