11
0
Fork 0
mirror of https://github.com/ChaosChemnitz/interfug15 synced 2025-06-28 13:36:07 +02:00

Nicht ganz so viel Grundrauschen

This commit is contained in:
Moritz Grosch 2015-06-22 13:44:31 +02:00
parent 67733986a2
commit dd5646881f

View file

@ -26,7 +26,7 @@ get qr/.*/ => sub {
send_error "Not found", 404; send_error "Not found", 404;
} }
$site = unpack "xA*", $site; $site = substr $site, 1;
if ($site eq '') { if ($site eq '') {
$site = 'home'; $site = 'home';