Project

General

Profile

« Previous | Next » 

Revision 8262

Added by Jing Tao over 10 years ago

Remove an extra print content type statement.

View differences:

ldapweb.cgi
1054 1054
    debug("search filer " . $filter);
1055 1055
    debug("ldap server ". $ldapurl);
1056 1056
    debug("sesarch base " . $tmpSearchBase);
1057
    print "Content-type: text/html\n\n";
1057
    #print "Content-type: text/html\n\n";
1058 1058
    my @attrs = ['o', 'ou' ];
1059 1059
    my $found = searchDirectory($ldapurl, $tmpSearchBase, $filter, \@attrs);
1060 1060

  

Also available in: Unified diff