]> ruin.nu Git - ndwebbie.git/commitdiff
Fixed a typo
authorMichael Andreen <harv@ruin.nu>
Sun, 16 Nov 2008 15:05:15 +0000 (16:05 +0100)
committerMichael Andreen <harv@ruin.nu>
Sun, 16 Nov 2008 15:05:15 +0000 (16:05 +0100)
lib/NDWeb.pm

index 8d90ff45e167c51719f9fe06d21b309178822d65..26d29e8d3f3d6287b2180bbaaf7be7f7de25a933 100644 (file)
@@ -29,7 +29,7 @@ our $VERSION = '0.01';
 __PACKAGE__->config( name => 'NDWeb' );
 __PACKAGE__->config->{'Plugin::Authentication'}{'use_session'} = 1;
 __PACKAGE__->config(session => {
-       storage => "/tmp/ndweb-$>/sesession",
+       storage => "/tmp/ndweb-$>/session",
        directory_umask => 077,
        expires => 300,
        verify_address => 1,