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:
parent
67733986a2
commit
dd5646881f
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue