From dd5646881f22bec18aafdc0b722521a93ace5a08 Mon Sep 17 00:00:00 2001 From: Moritz Grosch Date: Mon, 22 Jun 2015 13:44:31 +0200 Subject: [PATCH] Nicht ganz so viel Grundrauschen --- lib/ChaosChemnitz/Interfug15/Webseite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ChaosChemnitz/Interfug15/Webseite.pm b/lib/ChaosChemnitz/Interfug15/Webseite.pm index 2fe0d7a..38ab692 100644 --- a/lib/ChaosChemnitz/Interfug15/Webseite.pm +++ b/lib/ChaosChemnitz/Interfug15/Webseite.pm @@ -26,7 +26,7 @@ get qr/.*/ => sub { send_error "Not found", 404; } - $site = unpack "xA*", $site; + $site = substr $site, 1; if ($site eq '') { $site = 'home';