Revert "Bug 10074: QA Followup for InstallAuth.pm"
This reverts commit e848d89e45
.
Rolling back bug 6554 work until we have more comprehensive tests.
This commit is contained in:
parent
327b6c6ce3
commit
ad5e44bcde
1 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,7 @@ use Digest::MD5 qw(md5_base64);
|
||||||
|
|
||||||
require Exporter;
|
require Exporter;
|
||||||
use C4::Context;
|
use C4::Context;
|
||||||
|
use C4::Output;
|
||||||
use C4::Templates;
|
use C4::Templates;
|
||||||
use C4::Koha;
|
use C4::Koha;
|
||||||
use CGI::Session;
|
use CGI::Session;
|
||||||
|
@ -394,8 +395,7 @@ sub checkauth {
|
||||||
-expires => ''
|
-expires => ''
|
||||||
);
|
);
|
||||||
|
|
||||||
require C4::Output;
|
output_html_with_http_headers $query, $cookie, $template->output;
|
||||||
C4::Output::output_html_with_http_headers($query,$cookie,$template->output);
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue