Revision 8261
Added by Jing Tao about 11 years ago
src/perl/ldapweb.cgi | ||
---|---|---|
530 | 530 |
|
531 | 531 |
# If entries match, send back a request to confirm new-user creation |
532 | 532 |
if ($found) { |
533 |
print "Content-type: text/html\n\n"; |
|
533 | 534 |
fullTemplate( ['registerMatch', 'register'], { stage => "registerconfirmed", |
534 | 535 |
allParams => $allParams, |
535 | 536 |
foundAccounts => $found }); |
Also available in: Unified diff
Add a print statment for "content type". Otherwise, the html can't show up.