View | Details | Raw Unified | Return to bug 10074
Collapse All | Expand All

(-)a/installer/InstallAuth.pm (-6 / +2 lines)
Lines 394-404 sub checkauth { Link Here
394
        -HttpOnly => 1,
394
        -HttpOnly => 1,
395
        -expires => ''
395
        -expires => ''
396
    );
396
    );
397
    print $query->header(
397
398
        -type    => 'text/html; charset=utf-8',
398
    output_html_with_http_headers $query, $cookie, $template->output;
399
        -cookie  => $cookie
400
      ),
401
      $template->output;
402
    exit;
399
    exit;
403
}
400
}
404
401
405
- 

Return to bug 10074