X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster.pm;h=bfddd26a8478df7225910dc663fd66f815d66f74;hb=b1f7dac7db6da070a540695ff1b572334c65226e;hp=8aab08c2c7e261f50418d9f5454d44fb25baa1a6;hpb=462db4aa165159efd9aa859ef8a36654c731e9c4;p=gruntmaster-page.git diff --git a/lib/Plack/App/Gruntmaster.pm b/lib/Plack/App/Gruntmaster.pm index 8aab08c..bfddd26 100644 --- a/lib/Plack/App/Gruntmaster.pm +++ b/lib/Plack/App/Gruntmaster.pm @@ -151,7 +151,7 @@ sub dispatch_request{ sub (/login) { forbid !remote_user; - [204, ['Set-Cookie' => "username=".remote_user->id], []] + [205, ['Set-Cookie' => "username=".remote_user->id], []] }, sub (/ct/:contest/log/st) { redirect "/st/$_{contest}" },