Skip to content

Commit

Permalink
use YAML for installer auth like we do for Koha itself
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
  • Loading branch information
PaulPoulain authored and Joshua Ferraro committed Feb 16, 2008
1 parent ddd09c4 commit 22a044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/InstallAuth.pm
Expand Up @@ -241,7 +241,7 @@ sub checkauth {
if ( $sessionID = $query->cookie("CGISESSID") ) {
C4::Context->_new_userenv($sessionID);
my $session =
new CGI::Session( "driver:File", $sessionID,
new CGI::Session( "driver:File;serializer:yaml", $sessionID,
{ Directory => '/tmp' } );
if ( $session->param('cardnumber') ) {
C4::Context::set_userenv(
Expand Down

0 comments on commit 22a044a

Please sign in to comment.