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

(-)a/installer/InstallAuth.pm (-3 / +2 lines)
Lines 26-32 use Digest::MD5 qw(md5_base64); Link Here
26
26
27
require Exporter;
27
require Exporter;
28
use C4::Context;
28
use C4::Context;
29
use C4::Output;
30
use C4::Templates;
29
use C4::Templates;
31
use C4::Koha;
30
use C4::Koha;
32
use CGI::Session;
31
use CGI::Session;
Lines 395-401 sub checkauth { Link Here
395
        -expires => ''
394
        -expires => ''
396
    );
395
    );
397
396
398
    output_html_with_http_headers $query, $cookie, $template->output;
397
    require C4::Output;
398
    C4::Output::output_html_with_http_headers($query,$cookie,$template->output);
399
    exit;
399
    exit;
400
}
400
}
401
401
402
- 

Return to bug 10074