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';